On Monday, September 21, 2015, Amir Rohan wrote:
> On Monday, September 21, 2015, Amir Rohan > wrote:
>
>
> >> From
> http://www.postgresql.org/docs/9.4/static/sql-select.html[http://www.postgresql.org/docs/9.4/static/sql->>
> select.html] (and previous version too):
> >>
> >> ##SELECT List
>
On 09/21/2015 06:04 PM, Amir Rohan wrote:
> This belongs in the page describing SELECT, and though I've looked I haven't
> found it. If I'm wrong (
> I did look again just now), please correct me.
Feel free to submit a doc patch if you feel it needs to be improved, but
it is mentioned here:
htt
On Monday, September 21, 2015, Amir Rohan wrote:
>> From
>> http://www.postgresql.org/docs/9.4/static/sql-select.html[http://www.postgresql.org/docs/9.4/static/sql->>
>> select.html] (and previous version too):
>>
>> ##SELECT List
>>
>> <...>
>> Instead of an expression, * can be
On Monday, September 21, 2015, Amir Rohan wrote:
>
> From http://www.postgresql.org/docs/9.4/static/sql-select.html (and
> previous version too):
> ##SELECT List
> <...>
> Instead of an expression, * can be written in the output list as a
> shorthand for all the columns of the selected
From http://www.postgresql.org/docs/9.4/static/sql-select.html (and previous version too):
##SELECT List
<...>
Instead of an _expression_, * can be written in the output list as a shorthand for all the columns of the selected rows.
Also, you can write table_name.* as a shorth