aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-07-16 17:05:46 +0000
committerBruce Momjian <bruce@momjian.us>2002-07-16 17:05:46 +0000
commit93d6a8aa7d8d301e0c053b0275f0ea156c8f41a8 (patch)
tree814ce6c77303e3d5be5c90fb7f36c3a829bc6667 /src/backend/commands/variable.c
parent3c7798f068ce2f334fee95fb125f0641eb10f725 (diff)
downloadpostgresql-93d6a8aa7d8d301e0c053b0275f0ea156c8f41a8.tar.gz
postgresql-93d6a8aa7d8d301e0c053b0275f0ea156c8f41a8.zip
> pgsql-bugs@postgresql.org wrote:
> > David Clark (dclarknospam@opsi.co.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
Diffstat (limited to 'src/backend/commands/variable.c')
0 files changed, 0 insertions, 0 deletions