pg_trigger
Properties| Property | Value | Property | Value | |
|---|---|---|---|---|
| OID | 16910 | Total size | 16.0 KB | |
| Owner | postgres | Table size | 0 bytes | |
| Tablespace | pg_default | Indexes size | 8.0 KB | |
| Primary key(s) | Toast size | 8.0 KB | ||
| Estimated rows | 0 | |||
| Comment | ||||
Columns - 17| Name | Type | Length | Default value | Allow null | Unique | Comment |
|---|---|---|---|---|---|---|
| tgrelid | oid | false | false | |||
| tgname | name | false | false | |||
| tgfoid | oid | false | false | |||
| tgtype | smallint | false | false | |||
| tgenabled | "char" | false | false | |||
| tgisinternal | boolean | false | false | |||
| tgconstrrelid | oid | false | false | |||
| tgconstrindid | oid | false | false | |||
| tgconstraint | oid | false | false | |||
| tgdeferrable | boolean | false | false | |||
| tginitdeferred | boolean | false | false | |||
| tgnargs | smallint | false | false | |||
| tgattr | int2vector | false | false | |||
| tgargs | bytea | false | false | |||
| tgqual | pg_node_tree | true | false | |||
| tgoldtable | name | true | false | |||
| tgnewtable | name | true | false |
Indexes - 1| Name | Primary | Unique | Clustered | Size | Definition |
|---|---|---|---|---|---|
| pg_trigger_pkey | true | true | false | 8.0 KB | btree (oid) |
Foreign keys - 5| Name | Keys | Reference table | Reference keys | Match type | Delete type | Update type |
|---|---|---|---|---|---|---|
| pg_trigger_tgconstrindid_fkey | tgconstrindid | pg_class | no action | no action | ||
| pg_trigger_tgrelid_fkey | tgrelid | pg_class | no action | no action | ||
| pg_trigger_tgfoid_fkey | tgfoid | pg_proc | no action | no action | ||
| pg_trigger_tgconstrrelid_fkey | tgconstrrelid | pg_class | no action | no action | ||
| pg_trigger_tgconstraint_fkey | tgconstraint | pg_constraints | no action | no action |
| Author: DB Doc | Copyright 2014 - 2017 All Rights Reserved | Created on Jun 12, 2017 2:27 AM |