Re: Re: [PATCH] parser: optionally warn about missing AS for column and table aliases

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Re: [PATCH] parser: optionally warn about missing AS for column and table aliases
Дата
Msg-id 20140905215405.GA26717@momjian.us
обсуждение исходный текст
Ответ на Re: [PATCH] parser: optionally warn about missing AS for column and table aliases  (David G Johnston <david.g.johnston@gmail.com>)
Список pgsql-hackers
On Fri, Sep  5, 2014 at 02:33:00PM -0700, David G Johnston wrote:
> This at least avoids having to introduce 10 different GUC just to
> accommodate this feature and neatly bundles them into named packages.  
> 
> A warn-and-execute mode would be possible as well.  I would make it
> incompatible with "autocommit" mode so that a user doing this would have a
> chance to evaluate the warnings and rollback even if the statement ran to
> completion successfully.

Our TODO list had the idea of a "novice" mode that would warn about such
things.


--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



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

Предыдущее
От: David G Johnston
Дата:
Сообщение: Re: [PATCH] parser: optionally warn about missing AS for column and table aliases
Следующее
От: Marko Tiikkaja
Дата:
Сообщение: Re: Re: [PATCH] parser: optionally warn about missing AS for column and table aliases