From 202e6e73e6947b9c8baf9c8758618c1d8a5dcd73 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 2 Jun 2005 01:21:22 +0000 Subject: Add support for \x hex escapes in COPY. Sergey Ten --- doc/src/sgml/ref/copy.sgml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 0dd10d6754d..188f892fa0f 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -1,5 +1,5 @@ @@ -424,13 +424,18 @@ COPY tablename [ ( Backslash followed by one to three octal digits specifies the character with that numeric code + + \xdigits + Backslash x followed by one or two hex digits specifies + the character with that numeric code + - Presently, COPY TO will never emit an octal-digits - backslash sequence, but it does use the other sequences listed above - for those control characters. + Presently, COPY TO will never emit an octal or + hex-digits backslash sequence, but it does use the other sequences + listed above for those control characters. -- cgit v1.2.3