Re: error with functions - Mailing list pgsql-admin

From Stephan Szabo
Subject Re: error with functions
Date
Msg-id 20030921225326.B92348@megazone.bigpanda.com
Whole thread Raw
In response to Re: error with functions  (shyamperi@davlin.co.in)
List pgsql-admin
On Mon, 22 Sep 2003 shyamperi@davlin.co.in wrote:

> Command: psql test -c "> CREATE FUNCTION add_one (integer) RETURNS
> INTEGER AS '     BEGIN         REURN $1 + 1;     END; ' LANGUAGE
> 'plpgsql';"

You do realize that the shell is going to interpret that string in
double quotes right?


pgsql-admin by date:

Previous
From: shyamperi@davlin.co.in
Date:
Subject: Re: error with functions
Next
From: shyamperi@davlin.co.in
Date:
Subject: Re: error with functions