pg_type

Properties
Property Value    Property Value
OID16934Total size16.0 KB
OwnerpostgresTable size0 bytes
Tablespacepg_defaultIndexes size8.0 KB
Primary key(s)Toast size8.0 KB
Estimated rows0
Comment
Columns - 30
Name Type Length Default value Allow null Unique Comment
typname name false false
typnamespace oid false false
typowner oid false false
typlen smallint false false
typbyval boolean false false
typtype "char" false false
typcategory "char" false false
typispreferred boolean false false
typisdefined boolean false false
typdelim "char" false false
typrelid oid false false
typelem oid false false
typarray oid false false
typinput regproc false false
typoutput regproc false false
typreceive regproc false false
typsend regproc false false
typmodin regproc false false
typmodout regproc false false
typanalyze regproc false false
typalign "char" false false
typstorage "char" false false
typnotnull boolean false false
typbasetype oid false false
typtypmod integer false false
typndims integer false false
typcollation oid false false
typdefaultbin pg_node_tree true false
typdefault text true false
typacl aclitem[] true false
Indexes - 1
Name Primary Unique Clustered Size Definition
pg_type_pkey true true false 8.0 KB
btree (oid)
Foreign keys - 14
Name Keys Reference table Reference keys Match type Delete type Update type
pg_type_typrelid_fkey typrelid pg_class no action no action
pg_type_typsend_fkey typsend pg_proc no action no action
pg_type_typreceive_fkey typreceive pg_proc no action no action
pg_type_typowner_fkey typowner pg_authid no action no action
pg_type_typoutput_fkey typoutput pg_proc no action no action
pg_type_typnamespace_fkey typnamespace pg_namespace no action no action
pg_type_typmodout_fkey typmodout pg_proc no action no action
pg_type_typmodin_fkey typmodin pg_proc no action no action
pg_type_typinput_fkey typinput pg_proc no action no action
pg_type_typelem_fkey typelem pg_type no action no action
pg_type_typcollation_fkey typcollation pg_collation no action no action
pg_type_typbasetype_fkey typbasetype pg_type no action no action
pg_type_typarray_fkey typarray pg_type no action no action
pg_type_typanalyze_fkey typanalyze pg_proc no action no action