Re: escaping string in a function

From: "Shuying Wang" <wang(dot)shuying(dot)lists(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: escaping string in a function
Date: 2006-03-02 03:38:04
Message-ID: bbf221f60603011938y172cada8n24356e5314c63fd9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I think I should also add that I'm using PostgreSQL 7.3

On 3/2/06, Shuying Wang <wang(dot)shuying(dot)lists(at)gmail(dot)com> wrote:
> Hi,
>
> I'm trying to write a function that would the results of select 'foo'
> . How do I
> escape strings within a create function block?
>
> Thanks,
> Shuying
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Fuhr 2006-03-02 04:25:20 Re: escaping string in a function
Previous Message Shuying Wang 2006-03-02 03:24:09 escaping string in a function