From: | David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com> |
---|---|
To: | sydpug(at)postgresql(dot)org |
Subject: | Re: Displaying a wide column with psql |
Date: | 2014-08-27 14:01:14 |
Message-ID: | 1409148074422-5816557.post@n5.nabble.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | sydpug |
philip_rhoades wrote
> People,
>
> In case this list is still going . .
>
> I have a table with a field that has up to 1,000 chars in it, when I
> look at it with psql it only displays about 200 chars with a "…"
> on the end of the string. Even when I look at just one record and use
> the \x option I get the same result - I googled for ages but short of
> using pg_dump, I couldn't see an interactive way of seeing the whole
> field. Is it possible?
You may wish to consider submitting your question to -general and providing
additional, specific, detail on the data and execution environment.
You can use \copy to bypass display and send the data directly to a file.
At least that way you can see what it is the server thinks it has stored.
David J,
--
View this message in context: http://postgresql.1045698.n5.nabble.com/Displaying-a-wide-column-with-psql-tp5816522p5816557.html
Sent from the PostgreSQL - Sydney mailing list archive at Nabble.com.
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Sayad | 2014-09-18 05:04:08 | [SPAM] PostgreSQL High Availability Presentation |
Previous Message | Philip Rhoades | 2014-08-27 10:49:23 | Displaying a wide column with psql |