pgtcl - libpgtcl: * Add new -withoutnulls option to pg_select, if set

From: karl(at)pgfoundry(dot)org (User Karl)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgtcl - libpgtcl: * Add new -withoutnulls option to pg_select, if set
Date: 2012-06-18 05:01:08
Message-ID: 20120618050110.3FE9E1C94172@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
* Add new -withoutnulls option to pg_select, if set will remove null
fields from the row result array.

Modified Files:
--------------
libpgtcl:
ChangeLog (r1.66 -> r1.67)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog?r1=1.66&r2=1.67)
libpgtcl/generic:
pgtclCmds.c (r1.85 -> r1.86)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/generic/pgtclCmds.c?r1=1.85&r2=1.86)

Browse pgsql-committers by date

  From Date Subject
Next Message User Karl 2012-06-18 05:06:42 pgtcl - libpgtcl: Reference variable name as a string, not an object,
Previous Message Daniel Farina 2012-06-18 03:39:13 Re: [COMMITTERS] pgsql: New SQL functons pg_backup_in_progress() and pg_backup_start_tim