Обсуждение: pgsql: Rename function 'isexists' and 'isdefined' to 'exist' and

Поиск
Список
Период
Сортировка

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

От
teodor@postgresql.org (Teodor Sigaev)
Дата:
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)