Re: Create Schema functionality question - Mailing list pgsql-general

From Tom Lane
Subject Re: Create Schema functionality question
Date
Msg-id 18831.1077605055@sss.pgh.pa.us
Whole thread Raw
In response to Re: Create Schema functionality question  (Seamus Thomas Carroll <carrolls@cpsc.ucalgary.ca>)
List pgsql-general
Seamus Thomas Carroll <carrolls@cpsc.ucalgary.ca> writes:
> From what I have just read EXECUTE requires a prepared statement but
> prepared statements only work with SELECT, INSERT, UPDATE, or DELETE.

You're confusing SQL EXECUTE with plpgsql's EXECUTE.  They're not
related.  The coincidence of names is unfortunate but we're stuck
with it ...

            regards, tom lane

pgsql-general by date:

Previous
From: Seamus Thomas Carroll
Date:
Subject: Re: Create Schema functionality question
Next
From: "Paul Simpson"
Date:
Subject: Why does app fail?