Re: BUG #1862: ECPG Connect, host variable trailing blanks - Mailing list pgsql-bugs

From Jim.Gray@Bull.com
Subject Re: BUG #1862: ECPG Connect, host variable trailing blanks
Date
Msg-id OF92FB839D.DD5B9B4B-ON07257088.006EBD71-07257088.006F05F5@us-phx1.az05.bull.com
Whole thread Raw
In response to BUG #1862: ECPG Connect, host variable trailing blanks  ("James Gray" <jim.gray@bull.com>)
Responses Re: BUG #1862: ECPG Connect, host variable trailing blanks  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-bugs
>If Oracle strips trailing spaces on the client side, is that a
>configurable option?  How would you insert significant trailing
>spaces into a VARCHAR column if the client library strips them?

The Oracle precompiler (PROC) has an option:   CHAR_MAP=CHARZ
that allows retaining cobol's trailing blanks.

pgsql-bugs by date:

Previous
From: Tobias Brox
Date:
Subject: Re: String Comparision Weirdness
Next
From: Tom Lane
Date:
Subject: Re: BUG #1907: problem with function return as integer[]