Remove hstore % text[] operator; use slice() function instead.
Robert Haas <rhaas@postgresql.org>
Remove hstore % text[] operator; use slice() function instead. David Wheeler, with one small correction by me.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/hstore/expected/hstore.out | modified | +13 −13 |
| contrib/hstore/hstore.sql.in | modified | +2 −8 |
| contrib/hstore/sql/hstore.sql | modified | +7 −7 |
| contrib/hstore/uninstall_hstore.sql | modified | +2 −3 |
| doc/src/sgml/hstore.sgml | modified | +9 −8 |