Comma delimited results - Mailing list pgsql-novice

From Chad Thompson
Subject Comma delimited results
Date
Msg-id 041e01c2aab6$939d6210$32021aac@chad
Whole thread Raw
Responses Re: Comma delimited results
List pgsql-novice
Is there a way to display all the results of a row as one big comma delimited string?
 
ie.
select * & ","
from mytable
 
results
3,my house, wife, 8
 
 
IOW, I dont want to have to know the column names of mytable.  I just want one big comma delimited result for each row.
 
While Im pretty sure we are venturing outside standard SQL, I would like to keep it as close as possible.
 
Thanks
Chad

pgsql-novice by date:

Previous
From: Manfred Koizar
Date:
Subject: Re: Simple query question
Next
From: Tom Lane
Date:
Subject: Re: Simple query question