pgsql: Rename function 'isexists' and 'isdefined' to 'exist' and

Поиск
Список
Период
Сортировка
От teodor@postgresql.org (Teodor Sigaev)
Тема pgsql: Rename function 'isexists' and 'isdefined' to 'exist' and
Дата
Msg-id 20061011164251.732479FB30F@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Rename function 'isexists' and 'isdefined' to
'exist' and 'defined' accordingly. Old names
are saved not mentioned in docs - for compatibility
with old applications.
Per discussion
http://archives.postgresql.org/pgsql-hackers/2006-10/msg00571.php

Modified Files:
--------------
    pgsql/contrib/hstore:
        README.hstore (r1.3 -> r1.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/README.hstore.diff?r1=1.3&r2=1.4)
        hstore.sql.in (r1.2 -> r1.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/hstore.sql.in.diff?r1=1.2&r2=1.3)
        uninstall_hstore.sql (r1.1 -> r1.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/uninstall_hstore.sql.diff?r1=1.1&r2=1.2)
    pgsql/contrib/hstore/expected:
        hstore.out (r1.2 -> r1.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/expected/hstore.out.diff?r1=1.2&r2=1.3)
    pgsql/contrib/hstore/sql:
        hstore.sql (r1.2 -> r1.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/sql/hstore.sql.diff?r1=1.2&r2=1.3)

В списке pgsql-committers по дате отправления:

Предыдущее
От: am@pgfoundry.org (User Am)
Дата:
Сообщение: press - pr: Added the 8.2 release files (Romanian) to cvs.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Code review for LIKE INCLUDING CONSTRAINTS patch --- improve