Re: In PgAdmin, how can I see all of a long text field?

From: "Rob Richardson" <Rob(dot)Richardson(at)rad-con(dot)com>
To: "Thom Brown" <thom(at)linux(dot)com>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: In PgAdmin, how can I see all of a long text field?
Date: 2010-11-08 16:55:43
Message-ID: 04A6DB42D2BA534FAC77B90562A6A03D01615F67@server.rad-con.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Thank you. That got me what I needed, although it's still cumbersome.

I bumped it up to 10000 characters. I opened the table in an edit
window, selected a long filter, made sure the entire contents of the
field was marked, copied it onto my clipboard, and pasted it into
Wordpad.

I can work with that, but I was hoping for was a way to get the long
filter into some nicely word-wrapped message box or onto the scratch pad
or someplace else not on a grid.

RobR

________________________________

From: Thom Brown [mailto:thom(at)linux(dot)com]
Sent: Monday, November 08, 2010 11:38 AM
To: Rob Richardson
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: [NOVICE] In PgAdmin, how can I see all of a long text
field?

On 8 November 2010 16:35, Rob Richardson <Rob(dot)Richardson(at)rad-con(dot)com>
wrote:

My stack_requests table has a field named inventory_filter of
type text. The size of that field is not specified. It can contain a
string several hundred characters long. Using PgAdmin, how can I see
the entire inventory_filter field for a given record no matter how long
it is? A query like "select * from inventory_record where key =
'some_key' " gives me a grid, and no matter how big I make the
inventory_filter column, I can't see the whole thing. Event if I limit
my query to the inventory_record column, the display is limited to the
width of my monitor, which is often not enough. How can I use PgAdmin
to see the entire field?

In PgAdmin's config, you can change how much is returned:

File > Options > Query Tool > Max. characters per column

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Mladen Gogala 2010-11-08 21:48:23 PgFouine
Previous Message Thom Brown 2010-11-08 16:37:57 Re: In PgAdmin, how can I see all of a long text field?