SQL 200N -> SQL:2003
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 20 Oct 2008 14:26:28 +0000 (14:26 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 20 Oct 2008 14:26:28 +0000 (14:26 +0000)
src/backend/parser/gram.y

index 4fcdb05ff40dcdd87ef52167fff086293e9dfa05..5043d13243d871af3d76e06afb0985954181eafe 100644 (file)
@@ -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