document_contents

Properties
Property Value    Property Value
OID24981Total size136.0 KB
OwnerpostgresTable size64.0 KB
Tablespacepg_defaultIndexes size64.0 KB
Primary key(s)Toast size8.0 KB
Estimated rows414
Comment
Statistics
Property Value    Property Value
seq_scan0n_dead_tup0
seq_tup_read0last_vacuum-
idx_scan0last_autovacuum-
idx_tup_fetch0last_analyze-
n_tup_ins0last_autoanalyze-
n_tup_upd0vacuum_count0
n_tup_del0autovacuum_count0
n_tup_hot_upd0analyze_count0
n_live_tup0autoanalyze_count0
Columns - 4
Name Type Length Default value Allow null Unique Comment
id integer nextval('document_contents_id_seq'::regclass) false true
document_id integer false false
sportsml character varying 200 true false
abstract text true false
Indexes - 2
Name (scan, tup_read, tup_fetch) Primary Unique Clustered Size Definition
idx_fk_doc_con_doc_id__doc_id  (0, 0, 0) false false false 32.0 KB
btree (document_id)
document_contents_id_key  (0, 0, 0) false true false 32.0 KB
btree (id)
Unique constraints - 1
Name Columns Comment
document_contents_id_key id
Foreign keys - 1
Name Keys Reference table Reference keys Match type Delete type Update type
fk_doc_con_doc_id__doc_id document_id documents id no action no action