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

Поиск
Список
Период
Сортировка
От karl@pgfoundry.org (User Karl)
Тема pgtcl - libpgtcl: * Add new -withoutnulls option to pg_select, if set
Дата
Msg-id 20120618050110.3FE9E1C94172@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Refer to the default foreign key match style as MATCH SIMPLE int
Следующее
От: karl@pgfoundry.org (User Karl)
Дата:
Сообщение: pgtcl - libpgtcl: Reference variable name as a string, not an object,