Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb5f582b

Browse files
author
Thomas G. Lockhart
committed
Rename column to avoid "action" SQL92 reserved word.
1 parent4fa25b8 commitb5f582b

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
int2ev_attr;
3939
boolis_instead;
4040
textev_qual;/* VARLENA */
41-
textaction;/* VARLENA */
41+
textev_action;/* VARLENA */
4242
}FormData_pg_rewrite;
4343

4444
/* ----------------
@@ -59,6 +59,6 @@ typedef FormData_pg_rewrite *Form_pg_rewrite;
5959
#defineAnum_pg_rewrite_ev_attr4
6060
#defineAnum_pg_rewrite_is_instead5
6161
#defineAnum_pg_rewrite_ev_qual6
62-
#defineAnum_pg_rewrite_action7
62+
#defineAnum_pg_rewrite_ev_action7
6363

6464
#endif/* PG_REWRITE_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp