pgsql: Adjust citext to make use of the new ability to declare its type

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Adjust citext to make use of the new ability to declare its type
Дата
Msg-id 20080730170852.CC7A3754A86@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Adjust citext to make use of the new ability to declare its type category:
by putting it into the standard string category, we cause casts from citext
to text to be recognized as "preferred" casts.  This eliminates the need
for creation of alias functions and operators that only serve to prevent
ambiguous-function errors; get rid of the ones that were in the original
commit.

Modified Files:
--------------
    pgsql/contrib/citext:
        citext.sql.in (r1.1 -> r1.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/citext/citext.sql.in?r1=1.1&r2=1.2)
        uninstall_citext.sql (r1.1 -> r1.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/citext/uninstall_citext.sql?r1=1.1&r2=1.2)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Replace the hard-wired type knowledge in TypeCategory() and
Следующее
От: bloodnok@pgfoundry.org (User Bloodnok)
Дата:
Сообщение: veil - veil: Fixes for properly handling nulls in veil interface