postgresql/src/interfaces/ecpg
2006-09-14 08:46:58 +00:00
..
compatlib Install a cleaner solution to the AIX libpq linking problem, as per 2006-09-10 22:07:02 +00:00
ecpglib Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in 2006-09-11 20:10:30 +00:00
include Added missing constuctor/destructor for interval and date. 2006-09-14 08:02:38 +00:00
pgtypeslib Added missing constuctor/destructor for interval and date. 2006-09-14 08:02:38 +00:00
preproc
test Cygwin systems seem to have a different error message when trying to connect to port 0. Let's try port 20 instead. 2006-09-14 08:46:58 +00:00
ChangeLog Added missing constuctor/destructor for interval and date. 2006-09-14 08:02:38 +00:00
Makefile
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.