pgtcl - libpgtcl: * Add new pg_dbinfo options "dbname", "user", "pass",

From: karl(at)pgfoundry(dot)org (User Karl)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgtcl - libpgtcl: * Add new pg_dbinfo options "dbname", "user", "pass",
Date: 2012-06-03 09:15:05
Message-ID: 20120603091505.50DE7167CA3F@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
* Add new pg_dbinfo options "dbname", "user", "pass", "host", "port",
"options", "status", "transaction_status", "error_message",
"needs_password", "used_password", "used_ssl" to provide Tcl access
to libpq connection parameter values established at connection time.

* Fixed bug where pg_dbinfo would get a segmentation violation if passed
an invalid connection handle.

* Version bump to 1.9.

Modified Files:
--------------
libpgtcl:
ChangeLog (r1.65 -> r1.66)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog?r1=1.65&r2=1.66)
configure (r1.19 -> r1.20)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/configure?r1=1.19&r2=1.20)
configure.in (r1.17 -> r1.18)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/configure.in?r1=1.17&r2=1.18)
libpgtcl/generic:
pgtclCmds.c (r1.83 -> r1.84)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/generic/pgtclCmds.c?r1=1.83&r2=1.84)

Browse pgsql-committers by date

  From Date Subject
Next Message pgsql 2012-06-03 14:42:50 pgsql: Tag refs/tags/REL8_3_19 was created
Previous Message Michael Nolan 2012-06-02 16:01:16 Re: Re: [COMMITTERS] pgsql: Send new protocol keepalive messages to standby servers.