From: | fankotor <calingabriel89(at)gmail(dot)com> |
---|---|
To: | pgadmin-support(at)postgresql(dot)org |
Subject: | Re: Select data in in pgadmin 1.18 |
Date: | 2014-02-03 13:36:09 |
Message-ID: | 1391434569688-5790309.post@n5.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
I'll try to rephrase what I said above, I think my first message was a bit
unclear.
Let's say I have table X.
Table X has 2 columns: id and description.
Let's say id = 1 has a very large description (more than 1000 characters).
When I:
select description from X where id = 1
I can't view the entire column in pgadmin (the 'description' column doesn't
resize so that I can't see the whole text). So, I copy/paste the column in
Notepad++. When I do this, surprise :) I can only see the first 256
characters, folowed by (...)
Something like:
abcdefghij (...)
But with 256 characters instead of 10.
Maybe I'm wrong, but I think select is supposed to be the ultimate method
for selecting data.
Is this a bug or (hopefully) I can disable this behaviour somehow?
Like I said, the same select works great with pgadmin 1.14.
--
View this message in context: http://postgresql.1045698.n5.nabble.com/Select-data-in-in-pgadmin-1-18-tp5789842p5790309.html
Sent from the PostgreSQL - pgadmin support mailing list archive at Nabble.com.
From | Date | Subject | |
---|---|---|---|
Next Message | Dante Lopez | 2014-02-04 18:35:06 | 1.18.2 Windows installer? |
Previous Message | J.F. Oster | 2014-02-01 18:06:01 | Re: Format SQL (external tool) |