Changes to libpgtcl submitted by: wieck@sapserv.debis.de (Jan Wieck)
Marc G. Fournier <scrappy@hub.org>
Changes to libpgtcl submitted by: wieck@sapserv.debis.de (Jan Wieck)
Adds:
-lAttributes
Returns another format of the results attribute list. Per
attribute a sublist of {{attname} atttype attlen} is
returned and an empty string if no attributes where
received.
-numAttrs
Returns the number of attributes in the result.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpgtcl/libpgtcl.h | modified | +3 −2 |
| src/interfaces/libpgtcl/Makefile | modified | +3 −1 |
| src/interfaces/libpgtcl/pgtcl.c | modified | +72 −19 |
| src/interfaces/libpgtcl/pgtclCmds.c | modified | +84 −75 |
| src/interfaces/libpgtcl/pgtclCmds.h | modified | +26 −1 |
| src/interfaces/libpgtcl/pgtclId.c | modified | +172 −17 |
| src/interfaces/libpgtcl/pgtclId.h | modified | +8 −4 |