Re: SQL feature requests

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SQL feature requests
Дата
Msg-id 11949.1187899598@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SQL feature requests  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Michael Glaesemann wrote:
>> How about something like gensym?

> It is dangerous to provide a synthetic name; if the standard ever gets
> modified to support alias-less subqueries, they would likely choose a
> different name-generating algorithm, and we would have a
> backward-compatibility problem.

I concur.  If we do this, the thing to do is have *no* alias, ie, there
is no way to qualify the names of the subquery output columns.  (IIRC
unaliased joins already work approximately like that.)  Then there's
not anything to have a backward compatibility problem with.
        regards, tom lane


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: SQL feature requests
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add configure option --with-system-tzdata to use operating system