pgtcl - libpgtcl: Add -nodotfields option to pg_select.

From: karl(at)pgfoundry(dot)org (User Karl)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgtcl - libpgtcl: Add -nodotfields option to pg_select.
Date: 2012-09-11 18:19:30
Message-ID: 20120911181930.E6D4B87D6B0@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add -nodotfields option to pg_select. if set it will inhibit the creation of the .tupno, .numcols and .headers fields in pg_select results.

Modified Files:
--------------
libpgtcl:
ChangeLog (r1.67 -> r1.68)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog?r1=1.67&r2=1.68)
libpgtcl/generic:
pgtclCmds.c (r1.87 -> r1.88)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/generic/pgtclCmds.c?r1=1.87&r2=1.88)

Browse pgsql-committers by date

  From Date Subject
Next Message User Karl 2012-09-11 19:19:40 pgtcl - libpgtcl: * Added new command, pg_set_single_row_mode aka
Previous Message Andrew Dunstan 2012-09-10 16:52:05 pgsql: Add vcregress.pl target for checking pg_upgrade.