Re: Bug in pgadmin III displaying/exporting data

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Godshall Michael <Michael_Godshall(at)gmachs(dot)com>
Cc: "'pgadmin-support(at)postgresql(dot)org'" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Bug in pgadmin III displaying/exporting data
Date: 2003-10-02 21:04:25
Message-ID: 3F7C92D9.2020404@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Godshall Michael wrote:

> Hi,
>
> I am running version 1.0.0, Win2k, english version, and postgresql
> 7.3.4 under cygwin.
>
> In the File->Options->Query->max. characters per column I have changed
> the default to 5000 characters. When I run a query in a pgadminIII
> the columns that I have defined as text stop displaying data after 511
> characters.
>
> If I choose to export the data from the query screen the data in for
> my text columns is also truncated at 511 characters.

> If I use postgresql copy command in pgadminIII window to export the
> data to a file then the data is not truncated.

Bad news... If max chars per column is defined, a truncation performed
by pgAdmin3 is visualized by appended " (..)". It seems that the
listview isn't able to display more than 511 chars, this might be win32
specific (use linux... :-), or a restriction of wx (we'd fix this)

I'll check this; if win32 is guilty (I believe so) we're stuck. It must
be quite hard to display this anyway, lot of scrolling necessary...
In this case, I'd suggest to export the data and use an editor,
obviously you already did so.

Regards,
Andreas

>
> I have tried closing out pgadminIII and re-opening but the data is
> still truncated.
>
> Michael Godshall
> GMAC Global Relocation Services <http://www.gmacglobalrelocation.com/>
>
> michael_godshall(at)gmachs(dot)com <mailto:michael_godshall(at)gmachs(dot)com>
>
>

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Godshall Michael 2003-10-02 21:17:29 Re: Bug in pgadmin III displaying/exporting dat
Previous Message Godshall Michael 2003-10-02 20:29:31 Bug in pgadmin III displaying/exporting data from query window(tr uncating)