pgsql: Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented
Дата
Msg-id E1SdNiQ-00046P-Jp@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Fix bug in early startup of Hot Standby with subtransactions.
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Revert error message on GLOBAL/LOCAL pending further discussion