Pgadmin data output string disappear when reach 3278 length - Mailing list pgadmin-support

From Alex Bozhenko
Subject Pgadmin data output string disappear when reach 3278 length
Date
Msg-id CAC-xioKFy=Wkzo8umzp+hFs8=OJghirNmoNdcFfXm35gyHm4sw@mail.gmail.com
Whole thread Raw
Responses Re: Pgadmin data output string disappear when reach 3278 length  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-support
<ul><li>Ver 1.16.0(Sep 7 2012; rev REL-1_16_0)  <br /><li>Windows XP Pro, SP3 <br /> <li>Steps required to reproduce
theproblem:<br /></ul><p>Execute <br />select array_agg('M'::TEXT) <br />from (select generate_series(1,1637)) as
atable;<p><p>Sowe get string {M,M ... ,M} <b>3276 </b>length. It's correctly displaying at data output
pane.<p>Execute<br/>select array_agg('M'::TEXT) <br />from (select generate_series(1,1638)) as atable;<br /> Data
outputis empty. But if we will copy value from data output and paste it anywhere else, we will get string {M,M ... ,M}
<b>3278</b>length.<p>Is it a bug or a known restriction?<p><p>P.S: sorry for poor English.<br /> 

pgadmin-support by date:

Previous
From: Michal Kozusznik
Date:
Subject: Re: pgadmin crash - editing function body
Next
From: Guillaume Lelarge
Date:
Subject: Re: pgadmin crash - editing function body