SELECT my_table.varchar FROM my_table

From: Jan Strube <js(at)deriva(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: SELECT my_table.varchar FROM my_table
Date: 2010-05-31 14:48:08
Message-ID: 4C03CC28.5080405@deriva.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I accidentally encountered a feature in Postgres 8.3 that I couldn't
find in the documentation while submitting a query like

SELECT my_table.varchar FROM my_table

which returns a concatenated string of all field values per row.
I wonder where this is documented (and if it has something to do with
composite types).

Can anyone please explain?

Thanks,
Jan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nilesh Govindarajan 2010-05-31 14:51:47 Re: What Linux edition we should chose?
Previous Message Scott Marlowe 2010-05-31 14:47:25 Re: What Linux edition we should chose?