From 31c47e53aa4b951bdd54eb6b47590e6c9124e427 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Fri, 18 Jun 2010 03:52:03 +0000 Subject: 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. --- doc/src/sgml/hstore.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/hstore.sgml b/doc/src/sgml/hstore.sgml index 9dac2b3ec49..d5d320adf90 100644 --- a/doc/src/sgml/hstore.sgml +++ b/doc/src/sgml/hstore.sgml @@ -1,4 +1,4 @@ - + hstore @@ -121,9 +121,9 @@ - hstore => text[] + hstore % text[] extract a subset of an hstore - 'a=>1,b=>2,c=>3'::hstore => ARRAY['b','c','x'] + 'a=>1,b=>2,c=>3'::hstore % ARRAY['b','c','x'] "b"=>"2", "c"=>"3" -- cgit v1.2.3