pgsql: Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE.

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема pgsql: Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE.
Дата
Msg-id E1VA28n-000739-NR@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE.

Was accidentally allowed, but not documented and lacked support
for rename or drop once created.

Per report from Noah Misch.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/cdcddc4a5a06952eafc65907c25c21510c7d54c0

Modified Files
--------------
src/backend/commands/tablecmds.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix typo in comment.