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
Bruce Momjian f6e8730d11 Re-run pgindent with updated list of typedefs. (Updated README should 18 years ago
..
compatlib pgindent run for 8.3. 18 years ago
ecpglib Re-run pgindent with updated list of typedefs. (Updated README should 18 years ago
include pgindent run for 8.3. 18 years ago
pgtypeslib pgindent run for 8.3. 18 years ago
preproc pgindent run for 8.3. 18 years ago
test pgindent run for 8.3. 18 years ago
ChangeLog Fixed two parser bugs. 18 years ago
Makefile Remove remains of old depend target. 19 years ago
README.dynSQL

README.dynSQL

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.