Prepared statements with bind parameters for DDL - Mailing list pgsql-general

From deepak
Subject Prepared statements with bind parameters for DDL
Date
Msg-id CAALYutdy=iy4x+SMXirXycoYCqZAHc9DwzO7c0W==tPX46+P4Q@mail.gmail.com
Whole thread Raw
Responses Re: Prepared statements with bind parameters for DDL  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: Prepared statements with bind parameters for DDL  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi,

I find that one can't have a prepared statement with bind parameters for a DDL statement,
although I couldn't find the rationale for this restriction.  Is this limitation due to the database
design, or is it something that's imposed by the SQL standard and/or the JDBC drivers?

Please clarify.


--
Deepak

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: The return of the auto-vacuum
Next
From: Adrian Klaver
Date:
Subject: Re: Prepared statements with bind parameters for DDL