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 4a657ab260 Add .gitignore entries for new ecpg test case. 6 years ago
..
compatlib Update copyright for 2019 7 years ago
ecpglib Implement PREPARE AS statement for ECPG. 6 years ago
include Implement PREPARE AS statement for ECPG. 6 years ago
pgtypeslib Update copyright for 2019 7 years ago
preproc Implement PREPARE AS statement for ECPG. 6 years ago
test Add .gitignore entries for new ecpg test case. 6 years ago
Makefile Fix parallel make risk with new check temp-install setup 11 years ago
README.dynSQL Fix whitespace issues found by git diff --check, add gitattributes 12 years ago

README.dynSQL

src/interfaces/ecpg/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.