Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA24863; Tue, 29 Sep 92 09:43:20 -0700
Date: Tue, 29 Sep 92 09:43:20 -0700
Message-Id: <9209291643.AA24863@postgres.Berkeley.EDU>
From: Lance Gatrell (303) 977-2052 <gatrell@saturn.den.mmc.com>
Subject: PQsetdb(), PQdb(), etc.
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu

In Postgres 4.0.1, why can't I find the definition (ie, call) the function
PQsetdb().  Its in the manual, and its in the file 
      ~postgres/lib/libpq/fe-pqexec.c
and when I run 'ar x libpq.a' it produces (among other dot-oh files) the
file fe-pqexec.o (so it looks like fe-pqexec.c is compiled to produce the
library), and linking in fe-pqexec.o produces multiple definitions of PQexec()
(indicating that fe-pqexec.o is already linked into postgres).
It should be there--why isn't it?

Has anyone ever used PQsetdb() (or PQdb())?

Thanks,

Lance B. Gatrell
gatrell@den.mmc.com
