pgsql/doc/src/sgml datatype.sgml

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/doc/src/sgml datatype.sgml
Date: 2002-07-16 17:05:46
Message-ID: 20020716170546.7D26F475B32@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/07/16 13:05:46

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

Log message:
> pgsql-bugs(at)postgresql(dot)org wrote:
> > David Clark (dclarknospam(at)opsi(dot)co(dot)za) reports a bug with a severity
> > Table 3-7 SQL Literal escaped octets shows the input escape
> > representation for a single quote as '\\'' , but the third paragraph
> > below table 3-8 SQL Output Escaped Octets says that the single quote
> > must be input as '\''
>
> Nice catch. '\'' is correct as shown in the example in Table 3-7.
>
> >
> > Also in the same paragraph mentioned above it says input for the
> > single quote must be '\'' (or '\\134') shouldn't this be (or '\\047')
>
> Also a bug. Should be '\\047', as you pointed out.
>

Here's a patch to fix the binary string doc errors.

Joe Conway

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-07-16 17:48:46 pgsql/src/bin/initdb initdb.sh
Previous Message Tatsuo Ishii 2002-07-16 09:25:06 pgsql/src/backend/utils/mb/conversion_procs Ma ...