Any limitation in size for return result from SELECT?

From: "Natasa Bulatovic" <n(dot)bulatovic(at)zim(dot)mpg(dot)de>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Any limitation in size for return result from SELECT?
Date: 2003-02-25 14:25:17
Message-ID: 002e01c2dcd9$b887b2b0$e302b782@ipp.mpg.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

one question

Select statement returns as a result concatenated all varchar, text and char columns of a table as one single column ...

select col1||col2||col3||.....||col100 from table

However, when the number of concatenated columns is bigger than 22 no result is given back (tested in psql, as well as from pgplsql)....

Most of these columns for the test data are NULL...Datatypes of columns are mixed text, varchar, char...Select statement does not return any error...Just returns a row with a null result....
Any quick suggestions would be very useful....

best regards,
Bulatovic Natasa

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message rute solipa 2003-02-25 14:55:38 how can i drop a <unnamed> constraint
Previous Message Itai Zukerman 2003-02-25 14:06:55 STORAGE and GiST