|
148 | 148 | <firstterm>bind</firstterm> step, which creates a portal given a prepared
|
149 | 149 | statement and values for any needed parameters; and an
|
150 | 150 | <firstterm>execute</firstterm> step that runs a portal's query. In the case of
|
151 |
| - a query that returns rows (<command>SELECT</command>, <command>SHOW</command>, etc), |
| 151 | + a query that returns rows (<command>SELECT</command>, <command>SHOW</command>, etc.), |
152 | 152 | the execute step can be told to fetch only
|
153 | 153 | a limited number of rows, so that multiple execute steps might be needed
|
154 | 154 | to complete the operation.
|
|
584 | 584 | <listitem>
|
585 | 585 | <para>
|
586 | 586 | Indicates that rows are about to be returned in response to
|
587 |
| - a <command>SELECT</command>, <command>FETCH</command>, etc query. |
| 587 | + a <command>SELECT</command>, <command>FETCH</command>, etc. query. |
588 | 588 | The contents of this message describe the column layout of the rows.
|
589 | 589 | This will be followed by a DataRow message for each row being returned
|
590 | 590 | to the frontend.
|
|
597 | 597 | <listitem>
|
598 | 598 | <para>
|
599 | 599 | One of the set of rows returned by
|
600 |
| - a <command>SELECT</command>, <command>FETCH</command>, etc query. |
| 600 | + a <command>SELECT</command>, <command>FETCH</command>, etc. query. |
601 | 601 | </para>
|
602 | 602 | </listitem>
|
603 | 603 | </varlistentry>
|
@@ -4203,7 +4203,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
|
4203 | 4203 | <para>
|
4204 | 4204 | 0 indicates the overall <command>COPY</command> format is textual (rows
|
4205 | 4205 | separated by newlines, columns separated by separator
|
4206 |
| - characters, etc). |
| 4206 | + characters, etc.). |
4207 | 4207 | 1 indicates the overall copy format is binary (similar
|
4208 | 4208 | to DataRow format).
|
4209 | 4209 | See <xref linkend="sql-copy"/>
|
@@ -4265,7 +4265,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
|
4265 | 4265 | <para>
|
4266 | 4266 | 0 indicates the overall <command>COPY</command> format
|
4267 | 4267 | is textual (rows separated by newlines, columns
|
4268 |
| - separated by separator characters, etc). 1 indicates |
| 4268 | + separated by separator characters, etc.). 1 indicates |
4269 | 4269 | the overall copy format is binary (similar to DataRow
|
4270 | 4270 | format). See <xref linkend="sql-copy"/> for more information.
|
4271 | 4271 | </para>
|
@@ -4325,7 +4325,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
|
4325 | 4325 | <para>
|
4326 | 4326 | 0 indicates the overall <command>COPY</command> format
|
4327 | 4327 | is textual (rows separated by newlines, columns
|
4328 |
| - separated by separator characters, etc). 1 indicates |
| 4328 | + separated by separator characters, etc.). 1 indicates |
4329 | 4329 | the overall copy format is binary (similar to DataRow
|
4330 | 4330 | format). See <xref linkend="sql-copy"/> for more information.
|
4331 | 4331 | </para>
|
|
0 commit comments