Problems with Blank space

From: "Eric, Audet" <eaudet(at)scc(dot)ca>
To: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Problems with Blank space
Date: 2001-08-07 18:27:14
Message-ID: 2DA31E03197FD51192260000F8036F8709DD15@server02
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am not sure if this is a database issue or a DBI::Pg issue.

When I do a select * from tablea .... all fields specified as fix length
text field ... return the data with blank space.

Example:
"Eric" returns "Eric****************" where * are blank spaces.

Is this normal?

Eric

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-08-07 18:28:37 Re: Admin tool
Previous Message Tom Lane 2001-08-07 18:25:21 Re: Another seq scan instead of index question