mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add PLACING to the list of reserved keywords. Added as a token in the last
update to support the new OVERLAY() function.
This commit is contained in:
@ -11,7 +11,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* 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
|
* HISTORY
|
||||||
* AUTHOR DATE MAJOR EVENT
|
* AUTHOR DATE MAJOR EVENT
|
||||||
@ -6582,6 +6582,7 @@ reserved_keyword:
|
|||||||
| ONLY
|
| ONLY
|
||||||
| OR
|
| OR
|
||||||
| ORDER
|
| ORDER
|
||||||
|
| PLACING
|
||||||
| PRIMARY
|
| PRIMARY
|
||||||
| REFERENCES
|
| REFERENCES
|
||||||
| SELECT
|
| SELECT
|
||||||
|
Reference in New Issue
Block a user