Return-Path: mao
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA23856; Thu, 1 Jul 93 10:13:45 -0700
Message-Id: <9307011713.AA23856@postgres.Berkeley.EDU>
From: Mike Olson <mao@postgres.Berkeley.EDU>
Subject: Re: libq via adt-function
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
In-Reply-To: guddat@faps.uni-erlangen.de's message of 1 Jul 1993 16:15 +0600
Date: Thu, 01 Jul 1993 10:16:54 -0700
From: Mike Olson <mao@postgres.Berkeley.EDU>

Wolf Guddat <guddat@faps.uni-erlangen.de> writes:

> Hi everybody,
> 
> is there anyone who has attempted to use libpq inside of
> his dynamically loaded functions.
> I can't find a hint on that in the manuals, all examples
> access it from outside of postgres.

this won't work; the libpq interface is supported for client processes
only, and not for code dynamically loaded into the backend.

					mike
