File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.315 2006/07/03 22:45:40 tgl Exp $
10
+ * $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.316 2006/07/13 15:09:57 neilc Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -1028,7 +1028,7 @@ typedef enum CreateStmtLikeOption {
1028
1028
CREATE_TABLE_LIKE_INCLUDING_CONSTRAINTS ,
1029
1029
CREATE_TABLE_LIKE_EXCLUDING_CONSTRAINTS ,
1030
1030
CREATE_TABLE_LIKE_INCLUDING_INDEXES ,
1031
- CREATE_TABLE_LIKE_EXCLUDING_INDEXES ,
1031
+ CREATE_TABLE_LIKE_EXCLUDING_INDEXES
1032
1032
} CreateStmtLikeOption ;
1033
1033
1034
1034
/* ----------
You can’t perform that action at this time.
0 commit comments