PATCH: Spurious "22" in hstore.sgml

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: PATCH: Spurious "22" in hstore.sgml
Date: 2009-12-16 19:34:33
Message-ID: 2A97062F-FD17-477B-98F5-C713FE54DD59@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

*** a/doc/src/sgml/hstore.sgml
--- b/doc/src/sgml/hstore.sgml
***************
*** 278,284 ****
<entry>get <type>hstore</>'s keys as a set</entry>
<entry><literal>skeys('a=&gt;1,b=&gt;2')</literal></entry>
<entry>
! 22<programlisting>
a
b
</programlisting></entry>
--- 278,284 ----
<entry>get <type>hstore</>'s keys as a set</entry>
<entry><literal>skeys('a=&gt;1,b=&gt;2')</literal></entry>
<entry>
! <programlisting>
a
b
</programlisting></entry>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2009-12-16 19:36:47 Re: Patch: Remove gcc dependency in definition of inline functions
Previous Message Jeff Davis 2009-12-16 19:29:55 Re: Range types