#include "catalog/genbki.h"
#include "catalog/pg_rewrite_d.h"
Go to the source code of this file.
|
| | CATALOG (pg_rewrite, 2618, RewriteRelationId) |
| |
| | DECLARE_TOAST (pg_rewrite, 2838, 2839) |
| |
| | DECLARE_UNIQUE_INDEX_PKEY (pg_rewrite_oid_index, 2692, RewriteOidIndexId, pg_rewrite, btree(oid oid_ops)) |
| |
| | DECLARE_UNIQUE_INDEX (pg_rewrite_rel_rulename_index, 2693, RewriteRelRulenameIndexId, pg_rewrite, btree(ev_class oid_ops, rulename name_ops)) |
| |
| | MAKE_SYSCACHE (RULERELNAME, pg_rewrite_rel_rulename_index, 8) |
| |
◆ Form_pg_rewrite
◆ CATALOG()
Definition at line 32 of file pg_rewrite.h.
33{
37 char ev_type;
38 char ev_enabled;
39 bool is_instead;
40
41#ifdef CATALOG_VARLEN
44#endif
#define BKI_LOOKUP(catalog)
#define BKI_FORCE_NOT_NULL
References BKI_FORCE_NOT_NULL, BKI_LOOKUP, and fb().
◆ DECLARE_TOAST()
◆ DECLARE_UNIQUE_INDEX()
◆ DECLARE_UNIQUE_INDEX_PKEY()
◆ MAKE_SYSCACHE()
◆ FormData_pg_rewrite