Re: Undocumented trick in SELECT?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Undocumented trick in SELECT?
Дата
Msg-id 12678.1270398377@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Undocumented trick in SELECT?  (Виктор Вислобоков <corochoone@gmail.com>)
Список pgsql-docs
=?KOI8-R?B?98nL1M/SIPfJ08zPws/Lz9c=?= <corochoone@gmail.com> writes:
> I'm sorry, but I have not found such construction into documentation:
> SELECT tablename FROM tablename;

It's a whole-row variable.  These aren't terribly well documented but you
can find descriptions of them in places.  It's not standard SQL --- I
think we inherited it from PostQUEL and kept it because functions on
composite types don't work very well without composite variables.

            regards, tom lane

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

Предыдущее
От: Виктор Вислобоков
Дата:
Сообщение: Undocumented trick in SELECT?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Remove unnecessary xref endterm attributes and title ids The