diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2008-10-20 14:26:28 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2008-10-20 14:26:28 +0000 |
commit | a6ebb1f2f4c52fa32e2765b28ef1ea07b197ae49 (patch) | |
tree | e9ee809b9800cc6248b26f17c6d88037ded92ab8 /src | |
parent | 0fd2756c1975da1d5e8c851c0c9d0d7bc2b83c88 (diff) | |
download | postgresql-a6ebb1f2f4c52fa32e2765b28ef1ea07b197ae49.tar.gz postgresql-a6ebb1f2f4c52fa32e2765b28ef1ea07b197ae49.zip |
SQL 200N -> SQL:2003
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/parser/gram.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/parser/gram.y b/src/backend/parser/gram.y index 5ee06996241..55e5828e321 100644 --- a/src/backend/parser/gram.y +++ b/src/backend/parser/gram.y @@ -11,7 +11,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.625 2008/10/04 21:56:54 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.626 2008/10/20 14:26:28 petere Exp $ * * HISTORY * AUTHOR DATE MAJOR EVENT @@ -2185,7 +2185,7 @@ ConstraintAttr: * tables completely decoupled except for the original commonality in definitions. * * This is very similar to CREATE TABLE AS except for the INCLUDING DEFAULTS extension - * which is a part of SQL 200N + * which is a part of SQL:2003. */ TableLikeClause: LIKE qualified_name TableLikeOptionList |