pgsql: Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented
Date
Msg-id E1SdNiQ-00046P-Jp@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/72335a20156b19be3a53ef686e0b31140c6f38e5

Modified Files
--------------
src/backend/parser/gram.y                  |   56 +++++++++++++++++++++++++---
src/test/regress/expected/create_table.out |   16 ++++++++
src/test/regress/sql/create_table.sql      |    5 ++
3 files changed, 71 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Fix bug in early startup of Hot Standby with subtransactions.
Next
From: Simon Riggs
Date:
Subject: pgsql: Revert error message on GLOBAL/LOCAL pending further discussion