Skip to content

Commit bbc9b75

Browse files
author
Thomas G. Lockhart
committed
Add PLACING to the list of reserved keywords. Added as a token in the last
update to support the new OVERLAY() function.
1 parent 5598cbf commit bbc9b75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/parser/gram.y

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.321 2002/06/11 15:41:37 thomas Exp $
14+
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.322 2002/06/13 14:16:43 thomas Exp $
1515
*
1616
* HISTORY
1717
* AUTHOR DATE MAJOR EVENT
@@ -6582,6 +6582,7 @@ reserved_keyword:
65826582
| ONLY
65836583
| OR
65846584
| ORDER
6585+
| PLACING
65856586
| PRIMARY
65866587
| REFERENCES
65876588
| SELECT

0 commit comments

Comments
 (0)