mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Remove spurious '22' that clearly shouldn't be there.
David E. Wheeler
This commit is contained in:
@@ -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">
|
<sect1 id="hstore">
|
||||||
<title>hstore</title>
|
<title>hstore</title>
|
||||||
@@ -278,7 +278,7 @@
|
|||||||
<entry>get <type>hstore</>'s keys as a set</entry>
|
<entry>get <type>hstore</>'s keys as a set</entry>
|
||||||
<entry><literal>skeys('a=>1,b=>2')</literal></entry>
|
<entry><literal>skeys('a=>1,b=>2')</literal></entry>
|
||||||
<entry>
|
<entry>
|
||||||
22<programlisting>
|
<programlisting>
|
||||||
a
|
a
|
||||||
b
|
b
|
||||||
</programlisting></entry>
|
</programlisting></entry>
|
||||||
|
Reference in New Issue
Block a user