Re: Execute Immediate - Mailing list pgsql-general

From Pavel Stehule
Subject Re: Execute Immediate
Date
Msg-id 162867790907120821h1aab9ee4ja9088864a4cbd0c3@mail.gmail.com
Whole thread Raw
In response to Execute Immediate  (Michael Gould <mgould@intermodalsoftwaresolutions.net>)
List pgsql-general
Hello

plpgsql has execute statement, that has similar behave like execute
immediate in others systems.

note - postgresql doesn't support global temp tables yet.

regards
Pavel Stehule

2009/7/12 Michael Gould <mgould@intermodalsoftwaresolutions.net>:
> In many SQL dialets there is the availability of Execute immediate which
> allows you to build global temp tables or views at run time and even stored
> procedures at runtime and then execute them inline.  Is there a way to do
> this in PostGres 8.4
>
>
>
> Best Regards
>
>
>
> ________________________________
> Michael Gould, Managing Partner
> Intermodal Software Solutions, LLC
> 904.226.0978
> 904.592.5250 fax

pgsql-general by date:

Previous
From: Michael Gould
Date:
Subject: Execute Immediate
Next
From: David Fetter
Date:
Subject: Re: [BUGS] BUG #4916: wish: more statistical functions (median, percentiles etc)