#include "catalog/genbki.h"
#include "catalog/pg_propgraph_property_d.h"
Go to the source code of this file.
|
| BEGIN_CATALOG_STRUCT | CATALOG (pg_propgraph_property, 8306, PropgraphPropertyRelationId) |
| |
| | DECLARE_UNIQUE_INDEX_PKEY (pg_propgraph_property_oid_index, 8307, PropgraphPropertyObjectIndexId, pg_propgraph_property, btree(oid oid_ops)) |
| |
| | DECLARE_UNIQUE_INDEX (pg_propgraph_property_name_index, 8308, PropgraphPropertyNameIndexId, pg_propgraph_property, btree(pgppgid oid_ops, pgpname name_ops)) |
| |
| | MAKE_SYSCACHE (PROPGRAPHPROPOID, pg_propgraph_property_oid_index, 128) |
| |
| | MAKE_SYSCACHE (PROPGRAPHPROPNAME, pg_propgraph_property_name_index, 128) |
| |
◆ CATALOG()
◆ DECLARE_UNIQUE_INDEX()
◆ DECLARE_UNIQUE_INDEX_PKEY()
◆ MAKE_SYSCACHE() [1/2]
◆ MAKE_SYSCACHE() [2/2]
◆ Form_pg_propgraph_property
◆ FormData_pg_propgraph_property
| FormData_pg_propgraph_property |