Re: Executing a user created function twice give an error

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: Executing a user created function twice give an error
Дата
Msg-id 20081202125044.GI7076@a-kretschmer.de
обсуждение исходный текст
Ответ на Re: Executing a user created function twice give an error  (Wajid Khattak <wajid.khattak@keynetix.com>)
Ответы Re: Executing a user created function twice give an error  (Raymond O'Donnell <rod@iol.ie>)
Список pgsql-general
am  Tue, dem 02.12.2008, um 12:36:26 +0000 mailte Wajid Khattak folgendes:
> Thank for your reply.
>
> Could you please elaborate it a little bit further by referring to the fucntion as I am quite new to Postgres.


Sure, read the doku:
http://www.postgresql.org/docs/current/static/plpgsql-statements.html#PLPGSQL-STATEMENTS-EXECUTING-DYN

PG cached the plan and the also the OID for affected tables. To avoid
this, use EXECUTE 'insert your query here' for create or delete tables
within plpgsql.


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

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

Предыдущее
От: Wajid Khattak
Дата:
Сообщение: Re: Executing a user created function twice give an error
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Executing a user created function twice give an error