Re: BUG #3291: Query tool not returning all results

Поиск
Список
Период
Сортировка
От Zdenek Kotala
Тема Re: BUG #3291: Query tool not returning all results
Дата
Msg-id 4651DA5B.3020005@sun.com
обсуждение исходный текст
Ответ на BUG #3291: Query tool not returning all results  ("Todd Frankson" <tfrankson@medtrials.com>)
Список pgsql-bugs
Todd Frankson wrote:
> I have not Tried PSQL.
>
> I use PG Admin.
>
> Forgive me as i am not familiar with Postgres as much as other
> databases.
>
> I open the Query tool from PGAdmin
>
> Type Select X from y
> Where Z
>
> I get back only a Portion of a field that is Defined as "text".
> In the PGAdmin, the Max. Return is set to 5000

Try to connent into database by psql command line tool
e.g: psql mydatabase -U myaccount

and perform same command. Check if you get the same result.


    Zdenek

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: ON DELETE CASCADE with multiple paths
Следующее
От: "Philip Ives"
Дата:
Сообщение: BUG #3295: pg_get_serial_sequence returns wrong sequence name for a serial column