ALTER TABLESPACE MOVE command tag tweak

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема ALTER TABLESPACE MOVE command tag tweak
Дата
Msg-id 20140613183738.GO18688@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответы Re: ALTER TABLESPACE MOVE command tag tweak
Список pgsql-hackers
The ALTER TABLESPACE MOVE command affects tables, not tablespaces; and
as such, I think event triggers should support that command.  I'm not
proposing to change event triggers at this stage, but since IMO we will
want to do that in 9.5, we need it to have a different command tag than
plain ALTER TABLESPACE.  This is so that check_ddl_tag() can compare
the tag with ALTER TABLESPACE and say "unsupported", and ALTER
TABLESPACE MOVE and say "supported".  Both are currently spelled the
same, which will be a problem.

Therefore I propose the attached patch for 9.4.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Вложения

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

Предыдущее
От: Shreesha
Дата:
Сообщение: Re: How to change the pgsql source code and build it??
Следующее
От: Shreesha
Дата:
Сообщение: Re: How to change the pgsql source code and build it??