You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some types could be overridden using the type modifier field within a RowDescription.
Type modifier (see pg_attribute.atttypmod). The meaning of the
modifier is type-specific.
Atttypmod records type-specific data supplied at table creation time (for
example, the maximum length of a varchar column). It is passed to
type-specific input functions and length coercion functions. The value
will generally be -1 for types that do not need atttypmod.
Some types could be overridden using the type modifier field within a RowDescription.
Type modifier (see pg_attribute.atttypmod). The meaning of the
modifier is type-specific.
Atttypmod records type-specific data supplied at table creation time (for
example, the maximum length of a varchar column). It is passed to
type-specific input functions and length coercion functions. The value
will generally be -1 for types that do not need atttypmod.
https://www.postgresql.org/docs/current/protocol-message-formats.html
https://www.postgresql.org/docs/current/catalog-pg-attribute.html
Line: 73
psql-wire//row.go
Lines 70 to 80 in 3dbc832
The text was updated successfully, but these errors were encountered: