Re: Executing a user created function twice give an error - Mailing list pgsql-general

From A. Kretschmer
Subject Re: Executing a user created function twice give an error
Date
Msg-id 20081202125044.GI7076@a-kretschmer.de
Whole thread Raw
In response to Re: Executing a user created function twice give an error  (Wajid Khattak <wajid.khattak@keynetix.com>)
Responses Re: Executing a user created function twice give an error  (Raymond O'Donnell <rod@iol.ie>)
List 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 by date:

Previous
From: Wajid Khattak
Date:
Subject: Re: Executing a user created function twice give an error
Next
From: Raymond O'Donnell
Date:
Subject: Re: Executing a user created function twice give an error