Thread: pgsql-server/doc/src/sgml datatype.sgml

pgsql-server/doc/src/sgml datatype.sgml

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@svr1.postgresql.org    03/07/18 00:45:08

Modified files:
    doc/src/sgml   : datatype.sgml

Log message:
    Stephen Robert Norris wrote:
    > Well, no. What it says is that certain values must be escaped (but
    > doesn't say which ones). Then it says there are alternate escape
    > sequences for some values, which it lists.
    >
    > It doesn't say "The following table contains the characters which must
    > be escaped:", which would be much clearer (and actually useful).

    Attached documentation patch updates the wording for bytea input
    escaping, per complaint by Stephen Norris above.

    Joe Conway