On Thu, Apr 02, 2009 at 12:52:40PM +0200, Angelo Nicolosi wrote:
> I wanted to write some C-Function
Where is this code going to live? if it's going to be "inside" PG as a
function you can call from SQL you want something called SPI:
http://www.postgresql.org/docs/current/static/spi.html
If it
Hi to all,
I'm new on this list and also on using postgre.
I wanted to write some C-Function but, also if I read all the documentation
about it on the Manuals directory on the postgre web page, i still have some
problems.
I already made some simple works just to try how was working and all went
n this see the 11 message thread in the archives, starting
with: http://fts.postgresql.org/db/mw/msg.html?mid=114659
Tim
- Original Message -
From: "Justin Clift" <[EMAIL PROTECTED]>
To: "Tim Barnard" <[EMAIL PROTECTED]>
Sent: Tuesday, May 29, 2001 3:42 AM
S
2001 10:36 PM
Subject: [GENERAL] Help with C++
> Debian 2.2
> Intel.
> What is the file I have to '#include' when accessing the posgreSql from
> c++?
> How can I find out what is the path of the cpp library I have to include
> when running g++?
>
> Where do I find in