Thread: pgsql: Reformat documentation of libpq escaping functions.

pgsql: Reformat documentation of libpq escaping functions.

From
rhaas@postgresql.org (Robert Haas)
Date:
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)