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
Neil Conway 0e72b9d440 Cosmetic improvements/code cleanup: 22 years ago
..
compatlib Another pgindent run with lib typedefs added. 22 years ago
ecpglib Make getpid() use %d consistently for printing. 22 years ago
include Fix Cygwin defines to be consistent. 22 years ago
pgtypeslib Make sure no libs use libpgport by removing it from the link line. 22 years ago
preproc Cosmetic improvements/code cleanup: 22 years ago
test Fix syntax error by adding a space. 22 years ago
ChangeLog '::' is no longer interpreted as a variable in a prepare statement. 22 years ago
Makefile Fix compilation on Cygwin. 23 years ago
README.dynSQL Added Christof's patches. 24 years ago

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.