Prepared statements with bind parameters for DDL

From: deepak <deepak(dot)pn(at)gmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Prepared statements with bind parameters for DDL
Date: 2015-02-11 17:42:22
Message-ID: CAALYutdy=iy4x+SMXirXycoYCqZAHc9DwzO7c0W==tPX46+P4Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2015-02-11 17:53:55 Re: Prepared statements with bind parameters for DDL
Previous Message Adrian Klaver 2015-02-11 16:07:21 Re: The return of the auto-vacuum