Multiple TO version in ALTER EXTENSION UPDATE

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Multiple TO version in ALTER EXTENSION UPDATE
Дата
Msg-id CE053BD2-494C-44B1-9A3B-7E112E185FE5@yesql.se
обсуждение исходный текст
Список pgsql-hackers
While reading I noticed that we allow multiple TO <version> in ALTER EXTENSION
UPDATE, and defer throwing a syntax error until command processing.  Is there a
reason for deferring and not handling it in gram.y directly as in the attached
patch since it is in fact a syntax error?  It yields a different error message
to the user, but makes for easier to read code (IMH-and-biased-O).

cheers ./daniel


Вложения

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Logical decoding on standby
Следующее
От: Stas Kelvich
Дата:
Сообщение: Re: logical decoding of two-phase transactions