Skip to content

Commit a6ebb1f

Browse files
committed
SQL 200N -> SQL:2003
1 parent 0fd2756 commit a6ebb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/parser/gram.y

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.625 2008/10/04 21:56:54 tgl Exp $
14+
* $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.626 2008/10/20 14:26:28 petere Exp $
1515
*
1616
* HISTORY
1717
* AUTHOR DATE MAJOR EVENT
@@ -2185,7 +2185,7 @@ ConstraintAttr:
21852185
* tables completely decoupled except for the original commonality in definitions.
21862186
*
21872187
* This is very similar to CREATE TABLE AS except for the INCLUDING DEFAULTS extension
2188-
* which is a part of SQL 200N
2188+
* which is a part of SQL:2003.
21892189
*/
21902190
TableLikeClause:
21912191
LIKE qualified_name TableLikeOptionList

0 commit comments

Comments
 (0)