Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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


  • From: Bert Horvath <bert(dot)horvath(at)fh-erfurt(dot)de>
  • To: pgsql-interfaces(at)postgresql(dot)org
  • Subject: Re: C-Interface Amound of Tupels in Result after COPYout
  • Date: Thu, 15 Nov 2007 16:36:10 +0100
  • Message-id: <473C676A.2070805@fh-erfurt.de> <text/plain>

i have allready tryed out this it allways returns 0...

Tom Lane schrieb:
Bert Horvath <bert(dot)horvath(at)fh-erfurt(dot)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

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


--
Bert Horvath
MSc Angewandte Informatik
FB Gebäudetechnik und Informatik
wissenschaftlicher Mitarbeiter, Projekt MoSDeP

Fachhochschule Erfurt - University of Applied Sciences
Altonaer Str. 25, D-99085 Erfurt (Haus 10, Raum 10.01.09)
Tel: +49 361 / 6700 - 393
Fax: +49 361 / 6700 - 8960
E-Mail: bert(dot)horvath(at)fh-erfurt(dot)de




Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group