We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2d7b93c commitf2cc46dCopy full SHA for f2cc46d
src/backend/catalog/indexing.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/catalog/indexing.c,v 1.10 1997/08/21 01:32:06 vadim Exp $
+ * $Header: /cvsroot/pgsql/src/backend/catalog/indexing.c,v 1.11 1997/08/31 09:56:18 vadim Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -41,6 +41,7 @@
41
*pg_class
42
*pg_attrdef
43
*pg_relcheck
44
+ *pg_trigger
45
46
47
char*Name_pg_attr_indices[Num_pg_attr_indices]= {AttributeNameIndex,
@@ -57,6 +58,8 @@ char *Name_pg_attrdef_indices[Num_pg_attrdef_indices]= { AttrDefaultIndex };
57
58
59
char*Name_pg_relcheck_indices[Num_pg_relcheck_indices]= {RelCheckIndex };
60
61
+char*Name_pg_trigger_indices[Num_pg_trigger_indices]= {TriggerRelidIndex };
62
+
63
64
staticHeapTupleCatalogIndexFetchTuple(RelationheapRelation,
65
Relationidesc,