From: Thomas G. Lockhart Date: Sat, 4 Apr 1998 16:30:31 +0000 (+0000) Subject: Small corrections from Phil Thompson, the original author. X-Git-Tag: REL6_3_2~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e01d442174488d509e5c7ec08ca13d55370c6d44;p=postgresql Small corrections from Phil Thompson, the original author. --- diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index af5acc1e0f..5a73ea14b5 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -478,7 +478,7 @@ AsciiRow (B) corresponding field is not NULL. - Then, for each field, there is the following: + Then, for each field with a non-NULL value, there is the following: @@ -723,7 +723,7 @@ BinaryRow (B) corresponding field is not NULL. - Then, for each field, there is the following: + Then, for each field with a non-NULL value, there is the following: @@ -798,9 +798,9 @@ CopyDataRows (B & F) - This is a stream of rows where each row is terminated by a Char1('\n'). - This is then followed by the sequence Char1('\\'), Char1('.'), - Char1('\n'). + This is a stream of rows where each row is terminated by a Byte1('\n'). + This is then followed by the sequence Byte1('\\'), Byte1('.'), + Byte1('\n').