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

Поиск
Список
Период
Сортировка
От Darren Ferguson
Тема Re: insert within pl/pgsql procedures: NOVICE question ?
Дата
Msg-id Pine.LNX.4.10.10202131703260.30509-100000@thread.crystalballinc.com
обсуждение исходный текст
Ответ на insert within pl/pgsql procedures: NOVICE question ?  (Jeff Anto <antojf2001@yahoo.fr>)
Ответы Re: insert within pl/pgsql procedures: NOVICE question ?
Список pgsql-general
You have not given us any information regarding table type or error
message that you are getting from the running of the function.

If you provide this information then we might be able to help

Darren

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 ?
>
> I (quickly) checked the idocs and didn't found
> anything about that... so, amazing discovery or stupid
> question ?
>
> Regards,
> Jeff.
>
> ___________________________________________________________
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
> Yahoo! Mail : http://fr.mail.yahoo.fr
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>


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

Предыдущее
От: Jeff Anto
Дата:
Сообщение: insert within pl/pgsql procedures: NOVICE question ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: insert within pl/pgsql procedures: NOVICE question ?