We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6809c06 commit a18faa1Copy full SHA for a18faa1
src/include/nodes/parsenodes.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.315 2006/07/03 22:45:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.316 2006/07/13 15:09:57 neilc Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -1028,7 +1028,7 @@ typedef enum CreateStmtLikeOption {
1028
CREATE_TABLE_LIKE_INCLUDING_CONSTRAINTS,
1029
CREATE_TABLE_LIKE_EXCLUDING_CONSTRAINTS,
1030
CREATE_TABLE_LIKE_INCLUDING_INDEXES,
1031
- CREATE_TABLE_LIKE_EXCLUDING_INDEXES,
+ CREATE_TABLE_LIKE_EXCLUDING_INDEXES
1032
} CreateStmtLikeOption;
1033
1034
/* ----------
0 commit comments