Re: using Replace funcion in postgresql

From: karinos57 <karinos57(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: using Replace funcion in postgresql
Date: 2013-09-17 01:20:22
Message-ID: 1379380822565-5771171.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

just as FYI the database i am using is Netezza so my data type is CHARACTER
VARYING(6). The error i am getting is 'Buffer Overflow'.
So the funny thing is when i change this '' to this ' ' then the query runs
but it is putting a blank space between the values like this 88 97
but i get an error when i only make with out space like this ''. thanks

--
View this message in context: http://postgresql.1045698.n5.nabble.com/using-Replace-funcion-in-postgresql-tp5771164p5771171.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2013-09-17 01:22:50 Re: using Replace funcion in postgresql
Previous Message David Johnston 2013-09-17 01:16:01 Re: Why does this array query fail?