pg_language

Properties
Property Value    Property Value
OID16778Total size16.0 KB
OwnerpostgresTable size0 bytes
Tablespacepg_defaultIndexes size8.0 KB
Primary key(s)Toast size8.0 KB
Estimated rows0
Comment
Columns - 8
Name Type Length Default value Allow null Unique Comment
lanname name false false
lanowner oid false false
lanispl boolean false false
lanpltrusted boolean false false
lanplcallfoid oid false false
laninline oid false false
lanvalidator oid false false
lanacl aclitem[] true false
Indexes - 1
Name Primary Unique Clustered Size Definition
pg_language_pkey true true false 8.0 KB
btree (oid)
Foreign keys - 4
Name Keys Reference table Reference keys Match type Delete type Update type
pg_language_lanvalidator_fkey lanvalidator pg_proc no action no action
pg_language_laninline_fkey laninline pg_proc no action no action
pg_language_lanowner_fkey lanowner pg_authid no action no action
pg_language_lanplcallfoid_fkey lanplcallfoid pg_proc no action no action