Re: [BUGS] Bug #712: Documentation Section 3.4 Binary Strings

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Cc: dclarknospam(at)opsi(dot)co(dot)za
Subject: Re: [BUGS] Bug #712: Documentation Section 3.4 Binary Strings
Date: 2002-07-16 17:00:25
Message-ID: 3D345129.4050301@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches

Joe Conway wrote:
> 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. It also adds two
missing </option> tags in pg_restore.sgml.

Please apply.

Thanks,

Joe

Attachment Content-Type Size
binary-string-doc.2002.07.16.1.patch.gz application/x-gzip 680 bytes

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jerome Alet 2002-07-16 17:01:07 Re: drop database doesn't work
Previous Message Tom Lane 2002-07-16 16:37:05 Re: Possible Bug? TEST CASE

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-07-16 17:05:55 Re: [BUGS] Bug #712: Documentation Section 3.4 Binary Strings
Previous Message Joe Conway 2002-07-16 16:20:20 Re: Bug #712: Documentation Section 3.4 Binary Strings