You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/interfaces/ecpg
Tom Lane fbcf2cfb53 Fix an ancient typo that prevented the detection of conflicting fields when 16 years ago
..
compatlib Bump minor library version numbers, for 9.1 release. 16 years ago
ecpglib Bump minor library version numbers, for 9.1 release. 16 years ago
include Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG_LONG_INT' macro call. 16 years ago
pgtypeslib Fix an ancient typo that prevented the detection of conflicting fields when 16 years ago
preproc Bump minor library version numbers, for 9.1 release. 16 years ago
test Make ECPG regression tests independent of standard_conforming_strings. 16 years ago
Makefile Catch all errors in for and while loops in makefiles. Don't ignore any 18 years ago
README.dynSQL More README src cleanups. 18 years ago

README.dynSQL

$PostgreSQL: pgsql/src/interfaces/ecpg/README.dynSQL,v 1.3 2008/03/21 13:23:28 momjian Exp $

descriptor statements have the following shortcomings

- input descriptors (USING DESCRIPTOR <name>) are not supported

Reason: to fully support dynamic SQL the frontend/backend communication
should change to recognize input parameters.
Since this is not likely to happen in the near future and you
can cover the same functionality with the existing infrastructure
(using s[n]printf), I'll leave the work to someone else.