pgtcl - libpgtcl: * Add new -withoutnulls option to pg_select, if set - Mailing list pgsql-committers

From karl@pgfoundry.org (User Karl)
Subject pgtcl - libpgtcl: * Add new -withoutnulls option to pg_select, if set
Date
Msg-id 20120618050110.3FE9E1C94172@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Refer to the default foreign key match style as MATCH SIMPLE int
Next
From: karl@pgfoundry.org (User Karl)
Date:
Subject: pgtcl - libpgtcl: Reference variable name as a string, not an object,