Execute Immediate

From: Michael Gould <mgould(at)intermodalsoftwaresolutions(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Execute Immediate
Date: 2009-07-12 15:12:26
Message-ID: 1c217c010d9484565feceb1b0a1fe33c@intermodalsoftwaresolutions.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message dkeeney 2009-07-12 15:20:39 Postgresql databases as a web service
Previous Message Sam Mason 2009-07-12 11:36:17 Re: INSERT only unique records