pgsql: Remove hstore % text[] operator; use slice() function instead.

Поиск
Список
Период
Сортировка
От rhaas@postgresql.org (Robert Haas)
Тема pgsql: Remove hstore % text[] operator; use slice() function instead.
Дата
Msg-id 20100702203649.2A51A7541D4@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Remove hstore % text[] operator; use slice() function instead.

David Wheeler, with one small correction by me.

Modified Files:
--------------
    pgsql/contrib/hstore:
        hstore.sql.in (r1.14 -> r1.15)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/hstore.sql.in?r1=1.14&r2=1.15)
        uninstall_hstore.sql (r1.10 -> r1.11)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/uninstall_hstore.sql?r1=1.10&r2=1.11)
    pgsql/contrib/hstore/expected:
        hstore.out (r1.8 -> r1.9)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/expected/hstore.out?r1=1.8&r2=1.9)
    pgsql/contrib/hstore/sql:
        hstore.sql (r1.7 -> r1.8)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/sql/hstore.sql?r1=1.7&r2=1.8)
    pgsql/doc/src/sgml:
        hstore.sgml (r1.11 -> r1.12)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/hstore.sgml?r1=1.11&r2=1.12)

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

Предыдущее
От: rhaas@postgresql.org (Robert Haas)
Дата:
Сообщение: pgsql: Move copydir.c from src/port to src/backend/storage/file The
Следующее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: Unbreak MSVC builds by removing copydir.c from list of libpgport