On Thu, Oct 28, 2004 at 09:14:17AM -0700, Tim Vadnais wrote:
> 
> My questions are: Is there a way I can dynamically determine the number of
> fields in the rows that is being maintained. (a function much like:
> PQnfields(const PGresult *); )
> Then I need a way to get the name of the field (using a function much like:
> PQfname(const PGresult *, int); )

You asked this last week and there were a couple of responses:

http://archives.postgresql.org/pgsql-general/2004-10/msg01077.php
http://archives.postgresql.org/pgsql-general/2004-10/msg01097.php
http://archives.postgresql.org/pgsql-general/2004-10/msg01112.php

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
      joining column's datatypes do not match

Reply via email to