pgsql: Fix markup for pg_options_to_table() to report the return column

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix markup for pg_options_to_table() to report the return column
Date: 2011-02-27 08:50:56
Message-ID: E1PtcLA-0002oK-7b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix markup for pg_options_to_table() to report the return column names,
per suggestion from Andrew.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/721ea41f1413bee70839c957a08eca62799e274f

Modified Files
--------------
doc/src/sgml/func.sgml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2011-02-27 11:38:38 pgsql: Fix verbose display of REPLICATION role attribute
Previous Message Bruce Momjian 2011-02-27 08:50:21 Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record".