Re: C-Interface Amound of Tupels in Result after COPYout - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: C-Interface Amound of Tupels in Result after COPYout
Date
Msg-id 2564.1195140420@sss.pgh.pa.us
Whole thread Raw
In response to C-Interface Amound of Tupels in Result after COPYout  (Bert Horvath <bert.horvath@fh-erfurt.de>)
Responses Re: C-Interface Amound of Tupels in Result after COPYout  (Bert Horvath <bert.horvath@fh-erfurt.de>)
List pgsql-interfaces
Bert Horvath <bert.horvath@fh-erfurt.de> writes:
> do i have any chance to get the amount of tupels in the result set after 
>    executing a query with a copy command? Its not a problem to count the 
> columns with PQnFields(*conn,*result) but there is no documentation f�r 
> PQnTupels(*conn,*result) and it does not work.

PQcmdTuples.  PQnTuples is for the number of rows actually returned to
the client by a SELECT.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Bert Horvath
Date:
Subject: C-Interface Amound of Tupels in Result after COPYout
Next
From: Bert Horvath
Date:
Subject: Re: C-Interface Amound of Tupels in Result after COPYout