Reformat documentation of libpq escaping functions.

Robert Haas <rhaas@postgresql.org>

Commit: 5b13d1ff5311db305911ed9c5b788db77763d4f9
Author: Robert Haas <rhaas@postgresql.org>
Date: 2010-01-20T00:42:28Z
Releases: 9.0.0
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.

Files

PathChange+/−
doc/src/sgml/libpq.sgml modified +104 −96