addresses

Properties
Property Value    Property Value
OID24692Total size96.0 KB
OwnerpostgresTable size8.0 KB
Tablespacepg_defaultIndexes size80.0 KB
Primary key(s)Toast size8.0 KB
Estimated rows0
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 - 17
Name Type Length Default value Allow null Unique Comment
id integer nextval('addresses_id_seq'::regclass) false true
location_id integer false false
language character varying 100 true false
suite character varying 100 true false
floor character varying 100 true false
building character varying 100 true false
street_number character varying 100 true false
street_prefix character varying 100 true false
street character varying 100 true false
street_suffix character varying 100 true false
neighborhood character varying 100 true false
district character varying 100 true false
locality character varying 100 true false
county character varying 100 true false
region character varying 100 true false
postal_code character varying 100 true false
country character varying 100 true false
Indexes - 5
Name (scan, tup_read, tup_fetch) Primary Unique Clustered Size Definition
addresses_id_key  (0, 0, 0) false true false 16.0 KB
btree (id)
idx_addresses_1  (0, 0, 0) false false false 16.0 KB
btree (locality)
idx_fk_add_loc_id__loc_id  (0, 0, 0) false false false 16.0 KB
btree (location_id)
idx_addresses_2  (0, 0, 0) false false false 16.0 KB
btree (region)
idx_addresses_3  (0, 0, 0) false false false 16.0 KB
btree (postal_code)
Unique constraints - 1
Name Columns Comment
addresses_id_key id
Foreign keys - 1
Name Keys Reference table Reference keys Match type Delete type Update type
fk_add_loc_id__loc_id location_id locations id no action no action