aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>2002-06-13 14:16:43 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>2002-06-13 14:16:43 +0000
commitbbc9b759d67d208d04e69ba2410badfe9b9f5927 (patch)
treef4f578f09588475778870ab873f6cc1b4b045d08
parent5598cbf641c88b6923c95a005ce2b5b0b08ebf77 (diff)
downloadpostgresql-bbc9b759d67d208d04e69ba2410badfe9b9f5927.tar.gz
postgresql-bbc9b759d67d208d04e69ba2410badfe9b9f5927.zip
Add PLACING to the list of reserved keywords. Added as a token in the last
update to support the new OVERLAY() function.
-rw-r--r--src/backend/parser/gram.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/parser/gram.y b/src/backend/parser/gram.y
index b8fd3d03489..bfbf23e3df7 100644
--- a/src/backend/parser/gram.y
+++ b/src/backend/parser/gram.y
@@ -11,7 +11,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.321 2002/06/11 15:41:37 thomas Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.322 2002/06/13 14:16:43 thomas Exp $
*
* HISTORY
* AUTHOR DATE MAJOR EVENT
@@ -6582,6 +6582,7 @@ reserved_keyword:
| ONLY
| OR
| ORDER
+ | PLACING
| PRIMARY
| REFERENCES
| SELECT