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
Michael Meskes b2bddc2ff2 Applied Zoltan's patch to make ecpg spit out warnings if a local variable hides a global one with the same name. 16 years ago
..
compatlib pgindent run for 9.0 16 years ago
ecpglib Correctly name functions in debug output in ecpglib. When the functions were 16 years ago
include Revert pgindent changes to ecpg include files that are part of ecpg 16 years ago
pgtypeslib Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by making it OS independant. 16 years ago
preproc Applied Zoltan's patch to make ecpg spit out warnings if a local variable hides a global one with the same name. 16 years ago
test Fixed ECPG regression test to make sure it uses absolute paths for include 16 years ago
Makefile Catch all errors in for and while loops in makefiles. Don't ignore any 18 years ago
README.dynSQL More README src cleanups. 18 years ago

README.dynSQL

$PostgreSQL: pgsql/src/interfaces/ecpg/README.dynSQL,v 1.3 2008/03/21 13:23:28 momjian Exp $

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.