]> granicus.if.org Git - postgresql/commitdiff
Small corrections from Phil Thompson, the original author.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 4 Apr 1998 16:30:31 +0000 (16:30 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 4 Apr 1998 16:30:31 +0000 (16:30 +0000)
doc/src/sgml/protocol.sgml

index af5acc1e0f7533f55e7117ad3e20c606b3fe4f3a..5a73ea14b579d62156ce5254c95609200c891cee 100644 (file)
@@ -478,7 +478,7 @@ AsciiRow (B)
                 corresponding field is not NULL.
 </Para>
 <Para>
-       Then, for each field, there is the following:
+       Then, for each field with a non-NULL value, there is the following:
 <VariableList>
 <VarListEntry>
 <Term>
@@ -723,7 +723,7 @@ BinaryRow (B)
                 corresponding field is not NULL.
 </Para>
 <Para>
-       Then, for each field, there is the following:
+       Then, for each field with a non-NULL value, there is the following:
 <VariableList>
 <VarListEntry>
 <Term>
@@ -798,9 +798,9 @@ CopyDataRows (B & F)
 </Term>
 <ListItem>
 <Para>
-       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').
 </Para>
 </ListItem>
 </VarListEntry>