Log Message:
---
ecpg_keywords.o also depends on preproc.h
Modified Files:
--
pgsql/src/interfaces/ecpg/preproc:
Makefile (r1.133 -> r1.134)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/Makefile?r1=1.133&r2=1.134)
--
Sent vi
Log Message:
---
Synced parser.
Made ecpg parser use backend provided keyword list.
Changed whenever test so exit value is 0.
Modified Files:
--
pgsql/src/interfaces/ecpg:
ChangeLog (r1.381 -> r1.382)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/inte
Log Message:
---
* Add support for the lo_truncate function that truncates a large object
to a given length.
* Version bump to 1.7.
* Update autoconf build to Tcl Extension Architecture (TEA) 3.6
* Add new command, pg_quote_ex, which takes a connection handle
and a string to quote.