Skip to content

Commit b5f582b

Browse files
author
Thomas G. Lockhart
committed
Rename column to avoid "action" SQL92 reserved word.
1 parent 4fa25b8 commit b5f582b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/catalog/pg_rewrite.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_rewrite.h,v 1.4 1997/09/08 02:35:25 momjian Exp $
10+
* $Id: pg_rewrite.h,v 1.5 1997/10/25 05:25:10 thomas Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -38,7 +38,7 @@ CATALOG(pg_rewrite)
3838
int2 ev_attr;
3939
bool is_instead;
4040
text ev_qual; /* VARLENA */
41-
text action; /* VARLENA */
41+
text ev_action; /* VARLENA */
4242
} FormData_pg_rewrite;
4343

4444
/* ----------------
@@ -59,6 +59,6 @@ typedef FormData_pg_rewrite *Form_pg_rewrite;
5959
#define Anum_pg_rewrite_ev_attr 4
6060
#define Anum_pg_rewrite_is_instead 5
6161
#define Anum_pg_rewrite_ev_qual 6
62-
#define Anum_pg_rewrite_action 7
62+
#define Anum_pg_rewrite_ev_action 7
6363

6464
#endif /* PG_REWRITE_H */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy