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

Appearance settings

Commit a6ebb1f

Browse filesBrowse files
committed
SQL 200N -> SQL:2003
1 parent 0fd2756 commit a6ebb1f
Copy full SHA for a6ebb1f

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎src/backend/parser/gram.y

Copy file name to clipboardExpand all lines: src/backend/parser/gram.y
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.