summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2009-12-16 19:38:54 +0000
committerMagnus Hagander <magnus@hagander.net>2009-12-16 19:38:54 +0000
commit3dfe7e8e0fdd42c5faea44c6235d1583205dc2e7 (patch)
tree62d516d0f5227fb359e5a8f60e229bb722f2a6a1
parentd19669e5f90b7dd860f47a399329c5f921908bcf (diff)
downloadpostgresql-3dfe7e8e0fdd42c5faea44c6235d1583205dc2e7.tar.gz
Remove spurious '22' that clearly shouldn't be there.
David E. Wheeler
-rw-r--r--doc/src/sgml/hstore.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/hstore.sgml b/doc/src/sgml/hstore.sgml
index bf3d7a476d..ed707d2191 100644
--- a/doc/src/sgml/hstore.sgml
+++ b/doc/src/sgml/hstore.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/hstore.sgml,v 1.5 2009/11/30 17:56:09 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/hstore.sgml,v 1.6 2009/12/16 19:38:54 mha Exp $ -->
<sect1 id="hstore">
<title>hstore</title>
@@ -278,7 +278,7 @@
<entry>get <type>hstore</>'s keys as a set</entry>
<entry><literal>skeys('a=&gt;1,b=&gt;2')</literal></entry>
<entry>
-22<programlisting>
+<programlisting>
a
b
</programlisting></entry>