pgsql: Fix a couple of unlogged tables goofs.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix a couple of unlogged tables goofs.
Дата
Msg-id E1PryEZ-0005Vw-S5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix a couple of unlogged tables goofs.

"SELECT ... INTO UNLOGGED tabname" works, but wasn't documented; CREATE
UNLOGGED SEQUENCE and CREATE UNLOGGED VIEW failed an assertion, instead
of throwing a sensible error.

Latter issue reported by Itagaki Takahiro; patch review by Tom Lane.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3e6b305d9e2a4616bf69e31b0b21ebbb844ba50e

Modified Files
--------------
doc/src/sgml/ref/select_into.sgml |   12 +++++++++++-
src/backend/commands/sequence.c   |    6 ++++++
src/backend/commands/view.c       |    6 ++++++
3 files changed, 23 insertions(+), 1 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Allow binary I/O of type "void".
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add PL/Python functions for quoting strings