gp_db_interfaces
Post date: Jan 20, 2014 1:33:54 AM
gpadmin=# \d gp_db_interfaces
Table "pg_catalog.gp_db_interfaces"
Column | Type | Modifiers
-------------+----------+-----------
dbid | smallint | not null
interfaceid | smallint | not null
priority | smallint | not null
Indexes:
"gp_db_interfaces_dbid_index" btree (dbid), tablespace "pg_global"
Tablespace: "pg_global"