pgsql: Rename function 'isexists' and 'isdefined' to 'exist' and - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Rename function 'isexists' and 'isdefined' to 'exist' and
Date
Msg-id 20061011164251.732479FB30F@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: am@pgfoundry.org (User Am)
Date:
Subject: press - pr: Added the 8.2 release files (Romanian) to cvs.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Code review for LIKE INCLUDING CONSTRAINTS patch --- improve