]> granicus.if.org Git - postgresql/commitdiff
Remove spurious '22' that clearly shouldn't be there.
authorMagnus Hagander <magnus@hagander.net>
Wed, 16 Dec 2009 19:38:54 +0000 (19:38 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 16 Dec 2009 19:38:54 +0000 (19:38 +0000)
David E. Wheeler

doc/src/sgml/hstore.sgml

index bf3d7a476d4d39f44e996af8709fc9679dd7dcb8..ed707d219142427ac5df2a2d08257b3048d76ba4 100644 (file)
@@ -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>
       <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>