From: Randy Kunkee <kunkee@pluto.ops.NeoSoft.com>
It is my hope that the following "patches" to libpgtcl get included in the next release. See the update to the README file to get a full description of the changes. This version of libpgtcl is completely interpreter-safe, implements the database connection handle as a channel (no events yet, but will make it a lot easier to do fileevents on it in the future), and supports the SQL "copy table to stdout" and "copy table from stdin" commands, with the I/O being from and to the connection handle. The connection and result handles are formatted in a way to make access to the tables more efficient.
Showing
- src/interfaces/libpgtcl/Makefile.in 4 additions, 4 deletionssrc/interfaces/libpgtcl/Makefile.in
- src/interfaces/libpgtcl/README 35 additions, 3 deletionssrc/interfaces/libpgtcl/README
- src/interfaces/libpgtcl/pgtcl.c 109 additions, 150 deletionssrc/interfaces/libpgtcl/pgtcl.c
- src/interfaces/libpgtcl/pgtclCmds.c 824 additions, 941 deletionssrc/interfaces/libpgtcl/pgtclCmds.c
- src/interfaces/libpgtcl/pgtclCmds.h 57 additions, 77 deletionssrc/interfaces/libpgtcl/pgtclCmds.h
- src/interfaces/libpgtcl/pgtclId.c 300 additions, 141 deletionssrc/interfaces/libpgtcl/pgtclId.c
- src/interfaces/libpgtcl/pgtclId.h 45 additions, 20 deletionssrc/interfaces/libpgtcl/pgtclId.h
Loading
Please register or sign in to comment