summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl/pgtcl.c
AgeCommit message (Collapse)Author
1997-01-03 someone added pg_listen and pg_notifies to libpgtcl. But firstMarc G. Fournier
these routines try to use the old pointer casting stuff to get the connection id, second the notification hash table should be part of the cliendData. Otherwise, one interpreter might eat up the notifies for another one. Please apply the patch below to the current 6.0 tree. Submitted by: wieck@sapserv.debis.de
1996-12-19Add two new comments to pglibtcl...Marc G. Fournier
From: Massimo Dal Zotto <dz@cs.unitn.it>
1996-11-11Various cleanups from D'ArcyMarc G. Fournier
1996-11-09Added in PQconnectdb() functionMarc G. Fournier
Submitted by: wieck@sapserv.debis.de (Jan Wieck)
1996-10-30Changes to libpgtcl submitted by: wieck@sapserv.debis.de (Jan Wieck)Marc G. Fournier
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.
1996-10-07Well I haven't received any feedback pro or con re my suggested new TclMarc G. Fournier
function so I am going to assume that it is such a good idea that no one sees any point in discussing it. :-) I have made two changes - I have merged this into pgtclCmds.c and I have taken out any code for updating tuples after the loop body runs. See comments for discussion of this. I have also fixed up the error checking stuff so that break, continue and syntax errors have the expected result. Submitted by: D'Arcy Cain
1996-07-09Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier