document_package_entry
Properties| Property | Value | Property | Value | |
|---|---|---|---|---|
| OID | 25002 | Total size | 8.0 KB | |
| Owner | postgres | Table size | 0 bytes | |
| Tablespace | pg_default | Indexes size | 8.0 KB | |
| Primary key(s) | Toast size | 0 bytes | ||
| Estimated rows | 0 | |||
| 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 - 6| Name | Type | Length | Default value | Allow null | Unique | Comment |
|---|---|---|---|---|---|---|
| id | integer | nextval('document_package_entry_id_seq'::regclass) | false | true | ||
| document_package_id | integer | false | false | |||
| rank | character varying | 100 | true | false | ||
| document_id | integer | false | false | |||
| headline | character varying | 100 | true | false | ||
| short_headline | character varying | 100 | true | false |
Indexes - 1| Name (scan, tup_read, tup_fetch) | Primary | Unique | Clustered | Size | Definition |
|---|---|---|---|---|---|
| document_package_entry_id_key (0, 0, 0) | false | true | false | 8.0 KB | btree (id) |
Unique constraints - 1| Name | Columns | Comment |
|---|---|---|
| document_package_entry_id_key | id |
Foreign keys - 2| Name | Keys | Reference table | Reference keys | Match type | Delete type | Update type |
|---|---|---|---|---|---|---|
| fk_doc_pac_ent_doc_id__doc_id | document_id | documents | id | no action | no action | |
| fk_doc_pac_ent_doc_pac_id__doc_pac_id | document_package_id | document_packages | id | no action | no action |
| Author: DB Doc | Copyright 2014 - 2017 All Rights Reserved | Created on May 12, 2017 8:51 PM |