logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: C-Interface Amound of Tupels in Result after COPYout: msg#00006

Subject: Re: C-Interface Amound of Tupels in Result after COPYout
Bert Horvath <bert.horvath@xxxxxxxxxxxx> 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

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster



<Prev in Thread] Current Thread [Next in Thread>