*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_rewrite.h,v 1.4 1997/09/08 02:35:25 momjian Exp $
+ * $Id: pg_rewrite.h,v 1.5 1997/10/25 05:25:10 thomas Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
int2 ev_attr;
bool is_instead;
text ev_qual; /* VARLENA */
- text action; /* VARLENA */
+ text ev_action; /* VARLENA */
} FormData_pg_rewrite;
/* ----------------
#define Anum_pg_rewrite_ev_attr 4
#define Anum_pg_rewrite_is_instead 5
#define Anum_pg_rewrite_ev_qual 6
-#define Anum_pg_rewrite_action 7
+#define Anum_pg_rewrite_ev_action 7
#endif /* PG_REWRITE_H */