pgsql: Reformat documentation of libpq escaping functions. - Mailing list pgsql-committers

From rhaas@postgresql.org (Robert Haas)
Subject pgsql: Reformat documentation of libpq escaping functions.
Date
Msg-id 20100120004228.421417541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Reformat documentation of libpq escaping functions.

Modify the "Escaping Strings for Inclusion in SQL Commands" section
to use a <variablelist> as the preceding and following sections do,
and merge the "Escaping Binary Strings for Inclusion in SQL Commands"
section into it.

This changes only the formatting of these sections, not the content.
It is intended to lay the groundwork for a follow-on patch to add
some new escaping functions, but it makes sense to commit this first,
for clarity.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        libpq.sgml (r1.292 -> r1.293)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml?r1=1.292&r2=1.293)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: When doing a parallel restore, we must guard against out-of-range
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Add utility functions to PLPerl: quote_literal,