Re: Function for replace

From: Sam Mason <sam(at)samason(dot)me(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Function for replace
Date: 2009-08-20 21:09:03
Message-ID: 20090820210903.GZ5407@samason.me.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Aug 20, 2009 at 01:50:42PM -0700, paulo matadr wrote:
> In my database recently change backslash_quote to safe_enconding, now
> a need replace characters blocked to space or nothing.

Why do you want to do that? Nothing is "blocked" now, it just changes
the default format for literals that appear in your SQL code.

Sam

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2009-08-20 21:37:00 Re: Regarding installing & starting Postgres on Windows
Previous Message paulo matadr 2009-08-20 20:50:42 Function for replace