[DOCS] Undocumented trick in SELECT?

2010-04-04 Thread Виктор Вислобоков
I'm sorry, but I have not found such construction into documentation: SELECT tablename FROM tablename; http://www.postgresql.org/docs/8.4/static/queries-overview.html say: [WITH with_queries] SELECT select_list FROM table_expression [sort_specification] http://www.postgresql.org/docs/8.4/static

Re: [DOCS] Undocumented trick in SELECT?

2010-04-04 Thread Tom Lane
=?KOI8-R?B?98nL1M/SIPfJ08zPws/Lz9c=?= 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

[DOCS] Re: [COMMITTERS] pgsql: Remove unnecessary xref endterm attributes and title ids The

2010-04-04 Thread Peter Eisentraut
On lör, 2010-04-03 at 11:15 -0400, Tom Lane wrote: > > Remove unnecessary xref endterm attributes and title ids > > > The endterm attribute is mainly useful when the toolchain does not support > > automatic link target text generation for a particular situation. In the > > past, this was require