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 9f1fc1080e Since we're depending on %option noyywrap in the main scanner now, 24 years ago
..
include Change made to elog: 24 years ago
lib Synced parser yet again. 24 years ago
preproc Since we're depending on %option noyywrap in the main scanner now, 24 years ago
test Include stdio.h and stdlib.h for completeness. 24 years ago
ChangeLog Synced parser yet again. 24 years ago
Makefile
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.