Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
0b8e46e4
Commit
0b8e46e4
authored
Jun 09, 2005
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Repair error in description of nonblocking usage of PQgetCopyData().
Per Volkan Yazici.
parent
532ca308
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/src/sgml/libpq.sgml
doc/src/sgml/libpq.sgml
+3
-3
No files found.
doc/src/sgml/libpq.sgml
View file @
0b8e46e4
<!--
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.18
2 2005/06/04 20:42:41 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.18
3 2005/06/09 19:08:28 tgl
Exp $
-->
<chapter id="libpq">
...
...
@@ -3230,8 +3230,8 @@ A result of -2 indicates that an error occurred (consult
When <parameter>async</> is true (not zero), <function>PQgetCopyData</>
will not block waiting for input; it will return zero if the <command>COPY</command> is still
in progress but no complete row is available. (In this case wait for
read-ready
before trying again; it does not matter whether you call
<function>PQ
consumeInput</>
.) When <parameter>async</> is
read-ready
and then call <function>PQconsumeInput</> before calling
<function>PQ
getCopyData</> again
.) When <parameter>async</> is
false (zero), <function>PQgetCopyData</> will block until data is available
or the operation completes.
</para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment