pg_cast

Properties
Property Value    Property Value
OID16679Total size8.0 KB
OwnerpostgresTable size0 bytes
Tablespacepg_defaultIndexes size8.0 KB
Primary key(s)Toast size0 bytes
Estimated rows0
Comment
Columns - 5
Name Type Length Default value Allow null Unique Comment
castsource oid false false
casttarget oid false false
castfunc oid false false
castcontext "char" false false
castmethod "char" false false
Indexes - 1
Name Primary Unique Clustered Size Definition
pg_cast_pkey true true false 8.0 KB
btree (oid)
Foreign keys - 3
Name Keys Reference table Reference keys Match type Delete type Update type
pg_cast_castsource_fkey castsource pg_type no action no action
pg_cast_casttarget_fkey casttarget pg_type no action no action
pg_cast_castfunc_fkey castfunc pg_proc no action no action