Re: ECPG in stored procedures?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Alban Hertroys <alban(at)magproductions(dot)nl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ECPG in stored procedures?
Date: 2005-09-05 12:48:34
Message-ID: 200509051448.35435.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am Montag, 5. September 2005 14:39 schrieb Alban Hertroys:
> It seems the documentation doesn't tell what library to link, so I
> guessed wrong. Searching the FAQs or my mailbox doesn't help much
> either... Which lib are we supposed to use for SPI?

None. Your code will be compiled into a shared object that is loaded into the
backend server which provides the required functions.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Zlatko Matić 2005-09-05 13:49:23 remote connection, web hosting, IP adress
Previous Message Alban Hertroys 2005-09-05 12:39:44 Re: ECPG in stored procedures?