Обсуждение: pgsql: Reformat documentation of libpq escaping functions.

Поиск
Список
Период
Сортировка

pgsql: Reformat documentation of libpq escaping functions.

От
rhaas@postgresql.org (Robert Haas)
Дата:
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)