Re: insert within pl/pgsql procedures: NOVICE question ?

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: insert within pl/pgsql procedures: NOVICE question ?
Дата
Msg-id 20020213142228.H10228-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на insert within pl/pgsql procedures: NOVICE question ?  (Jeff Anto <antojf2001@yahoo.fr>)
Список pgsql-general
On Wed, 13 Feb 2002, [iso-8859-1] Jeff Anto wrote:

> Hi list,
>
> tedious experience:
> am I wrong or the optionnal syntax
> INSERT INTO foo(foo_col1) VALUES ('blahblah');
> dosen't work within a PLPGSQL-written function ?

It should, barring that you need to escape ' characters
inside plpgsql function declarations.




В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: insert within pl/pgsql procedures: NOVICE question ?
Следующее
От: Antonio Gennarini
Дата:
Сообщение: Can't upgrade from 7.0 to 7.1. Script failure.