Prepared statements with bind parameters for DDL
deepak <deepak.pn@gmail.com>
From: deepak <deepak.pn@gmail.com>
To: "pgsql-general@postgresql.org" <pgsql-general@postgresql.org>
Date: 2015-02-11T17:42:22Z
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