From b17129b5891a385ff2cd5dc4a1fa631366951d29 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 15 Jun 2010 19:48:30 +0000 Subject: Remove hstore's text[] => text[] operator. This is not yet in any released version, so we still have the option to backtrack. Instead, document hstore(text[], text[]). Per discussion. --- doc/src/sgml/hstore.sgml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/hstore.sgml b/doc/src/sgml/hstore.sgml index f9110616f7a..9dac2b3ec49 100644 --- a/doc/src/sgml/hstore.sgml +++ b/doc/src/sgml/hstore.sgml @@ -1,4 +1,4 @@ - + hstore @@ -120,13 +120,6 @@ "a"=>"b" - - text[] => text[] - construct an hstore from separate key and value arrays - ARRAY['a','b'] => ARRAY['1','2'] - "a"=>"1","b"=>"2" - - hstore => text[] extract a subset of an hstore @@ -264,6 +257,14 @@ a=>1, b=>2, c=>3, d=>4 + + hstore(text[], text[]) + hstore + construct an hstore from separate key and value arrays + hstore(ARRAY['a','b'], ARRAY['1','2']) + "a"=>"1","b"=>"2" + + akeys(hstore) text[] -- cgit v1.2.3