Thread: PQgetGetCopyData() doc. and PQsendQueryGuts() SegFault handling fix.

PQgetGetCopyData() doc. and PQsendQueryGuts() SegFault handling fix.

From
Volkan YAZICI
Date:
Fixed PQconsumeInput() usage for PQgetCopyData() in libpq.sgml.
(Related mail thread:
http://archives.postgresql.org/pgsql-novice/2005-06/msg00038.php)

Fixed SegFault in PQsendQueryGuts() when user submitted a binary
parameter without size.

And 2 typo fixes.

Attachment
Volkan YAZICI <volkan.yazici@gmail.com> writes:
> Fixed PQconsumeInput() usage for PQgetCopyData() in libpq.sgml.
> (Related mail thread:
> http://archives.postgresql.org/pgsql-novice/2005-06/msg00038.php)

> Fixed SegFault in PQsendQueryGuts() when user submitted a binary
> parameter without size.

> And 2 typo fixes.

Applied, thanks.

            regards, tom lane