pgsql: Rename hstore => text[] operator to % This is not yet in any

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename hstore => text[] operator to % This is not yet in any
Date: 2010-06-18 03:52:03
Message-ID: 20100618035203.30CED7541D4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Rename hstore => text[] operator to %

This is not yet in any released version, so we still have the option to
change the name. We may want to reserve the token => in a future release.

Modified Files:
--------------
pgsql/contrib/hstore:
hstore.sql.in (r1.13 -> r1.14)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/hstore.sql.in?r1=1.13&r2=1.14)
uninstall_hstore.sql (r1.9 -> r1.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/uninstall_hstore.sql?r1=1.9&r2=1.10)
pgsql/contrib/hstore/expected:
hstore.out (r1.6 -> r1.7)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/expected/hstore.out?r1=1.6&r2=1.7)
pgsql/contrib/hstore/sql:
hstore.sql (r1.6 -> r1.7)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/sql/hstore.sql?r1=1.6&r2=1.7)
pgsql/doc/src/sgml:
hstore.sgml (r1.9 -> r1.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/hstore.sgml?r1=1.9&r2=1.10)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2010-06-18 07:14:30 textsearch-ja - textsearch_senna: Remove library dependency to libxml2
Previous Message User Itagaki 2010-06-18 01:14:55 pgstatsinfo - pg_reporter: Fix -w and -W options.