Re: error with functions

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: error with functions
Дата
Msg-id 20030921225326.B92348@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Re: error with functions  (shyamperi@davlin.co.in)
Список 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 по дате отправления:

Предыдущее
От: shyamperi@davlin.co.in
Дата:
Сообщение: Re: error with functions
Следующее
От: shyamperi@davlin.co.in
Дата:
Сообщение: Re: error with functions