pgsql: Improve documentation about large-object functions.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve documentation about large-object functions.
Date: 2012-10-07 23:17:09
Message-ID: E1TL05t-0002HY-PU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve documentation about large-object functions.

Copy-editing for previous patch, plus fixing some longstanding markup
issues and oversights (like not mentioning that failures will set the
PQerrorMessage string).

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1503333f8f6fb5dcfdd4f84a9bfa7929c45aa2cc

Modified Files
--------------
doc/src/sgml/config.sgml | 7 +-
doc/src/sgml/lobj.sgml | 178 ++++++++++++++++++++++++++++++----------------
2 files changed, 120 insertions(+), 65 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2012-10-07 23:56:36 pgsql: Fix typo in previous MSC commit.
Previous Message Andrew Dunstan 2012-10-07 21:32:01 pgsql: Quiet a few MSC compiler warnings.