Editing Base Type Advanced

The Advanced tab is supported from PostgreSQL 7.4 or later.

Receive Schema and Receive
The function that converts data from the type's external binary form to its internal form.

Send Schema and Send
The function that converts data from the type's internal form to its external binary form.

Analyze Schema and Analyze
The function that performs statistical analysis for the data type.

Note: Support from PostgreSQL 8.0 or later.

Type Modifier Input Schema and Type Modifier Input
The function that converts an array of modifier(s) for the type into internal form.

Note: Support from PostgreSQL 8.3 or later.

Type Modifier Output Schema and Type Modifier Output
The function that converts the internal form of the type's modifier(s) to external textual form.

Note: Support from PostgreSQL 8.3 or later.