Re: BUG #1862: ECPG Connect, host variable trailing blanks

From: Jim(dot)Gray(at)Bull(dot)com
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Jim(dot)Gray(at)Bull(dot)com, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Ken(dot)Rosensteel(at)Bull(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1862: ECPG Connect, host variable trailing blanks
Date: 2005-09-26 20:12:40
Message-ID: OF92FB839D.DD5B9B4B-ON07257088.006EBD71-07257088.006F05F5@us-phx1.az05.bull.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2005-09-26 21:22:48 Re: BUG #1862: ECPG Connect, host variable trailing blanks
Previous Message Tom Lane 2005-09-26 19:55:25 Re: BUG #1907: problem with function return as integer[]