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