document_fixtures
Properties| Property | Value | Property | Value | |
|---|---|---|---|---|
| OID | 24990 | Total size | 72.0 KB | |
| Owner | postgres | Table size | 8.0 KB | |
| Tablespace | pg_default | Indexes size | 64.0 KB | |
| Primary key(s) | Toast size | 0 bytes | ||
| Estimated rows | 12 | |||
| Comment | ||||
Statistics| Property | Value | Property | Value | |
|---|---|---|---|---|
| seq_scan | 0 | n_dead_tup | 0 | |
| seq_tup_read | 0 | last_vacuum | - | |
| idx_scan | 0 | last_autovacuum | - | |
| idx_tup_fetch | 0 | last_analyze | - | |
| n_tup_ins | 0 | last_autoanalyze | - | |
| n_tup_upd | 0 | vacuum_count | 0 | |
| n_tup_del | 0 | autovacuum_count | 0 | |
| n_tup_hot_upd | 0 | analyze_count | 0 | |
| n_live_tup | 0 | autoanalyze_count | 0 | |
Columns - 5| Name | Type | Length | Default value | Allow null | Unique | Comment |
|---|---|---|---|---|---|---|
| id | integer | nextval('document_fixtures_id_seq'::regclass) | false | true | ||
| fixture_key | character varying | 100 | true | false | ||
| publisher_id | integer | false | false | |||
| name | character varying | 100 | true | false | ||
| document_class_id | integer | false | false |
Indexes - 4| Name (scan, tup_read, tup_fetch) | Primary | Unique | Clustered | Size | Definition |
|---|---|---|---|---|---|
| idx_fk_doc_fix_doc_cla_id__doc_cla_id (0, 0, 0) | false | false | false | 16.0 KB | btree (document_class_id) |
| idx_fk_doc_fix_pub_id__pub_id (0, 0, 0) | false | false | false | 16.0 KB | btree (publisher_id) |
| idx_document_fixtures_1 (0, 0, 0) | false | false | false | 16.0 KB | btree (fixture_key) |
| document_fixtures_id_key (0, 0, 0) | false | true | false | 16.0 KB | btree (id) |
Unique constraints - 1| Name | Columns | Comment |
|---|---|---|
| document_fixtures_id_key | id |
Foreign keys - 2| Name | Keys | Reference table | Reference keys | Match type | Delete type | Update type |
|---|---|---|---|---|---|---|
| fk_doc_fix_doc_cla_id__doc_cla_id | document_class_id | document_classes | id | no action | no action | |
| fk_doc_fix_pub_id__pub_id | publisher_id | publishers | id | no action | no action |
| Author: DB Doc | Copyright 2014 - 2017 All Rights Reserved | Created on May 12, 2017 8:51 PM |