|
11 | 11 | *
|
12 | 12 | *
|
13 | 13 | * 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 $ |
15 | 15 | *
|
16 | 16 | * HISTORY
|
17 | 17 | * AUTHORDATEMAJOR EVENT
|
@@ -2185,7 +2185,7 @@ ConstraintAttr:
|
2185 | 2185 | * tables completely decoupled except for the original commonality in definitions.
|
2186 | 2186 | *
|
2187 | 2187 | * 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. |
2189 | 2189 | */
|
2190 | 2190 | TableLikeClause:
|
2191 | 2191 | LIKEqualified_nameTableLikeOptionList
|
|