Re: creating/dropping tables inside functions?

From: Andreas Kretschmer <akretschmer(at)spamfence(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: creating/dropping tables inside functions?
Date: 2007-09-11 16:27:37
Message-ID: 20070911162736.GA20358@KanotixBox
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

George Pavlov <gpavlov(at)mynewplace(dot)com> schrieb:
> foo=> select * from f();
> ERROR: relation with OID 1469396 does not exist
> CONTEXT: SQL statement "SELECT a from t"
> PL/pgSQL function "f" line 4 at select into variables
>
> the second invocation does not see the newly created temp table...

Right, normal behavior. You can't use DDL in functions in this way, use
EXECUTE 'your DDL' or wait for 8.3. Read more about this:

http://merlinmoncure.blogspot.com/2007/09/as-previously-stated-postgresql-8.html

Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly." (unknow)
Kaufbach, Saxony, Germany, Europe. N 51.05082°, E 13.56889°

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Franz.Rasper 2007-09-11 16:42:29 Re: [SPAM] Re: Hardware recommendation: which is best
Previous Message Phoenix Kiula 2007-09-11 16:26:51 Re: Hardware recommendation: which is best