Re: postgres functions(.so)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Vladimir V(dot) Zolotych" <gsmith(at)eurocom(dot)od(dot)ua>
Cc: pgsql-admin(at)postgreSQL(dot)org
Subject: Re: postgres functions(.so)
Date: 2000-10-07 23:01:21
Message-ID: 200010072301.TAA03123@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

You can read a brief introduction in chapter 19 of my book at:

http://www.postgresql.org/docs/awbook.html

Sounds like you want to use the SPI interface. See the PostgreSQL
manuals for more information.

[ Charset KOI8-R unsupported, converting... ]
> Hello
>
> Can anybody help me?
> The question is: Is it possible to write
> postgres function on C/C++ that selects
> some tables of a database ?
>
> More detailed description.
> Suppose I have database with tables A, B.
> I've written program on C++ with 'main' function
> that reads tables A, B and returns some value, e.g. integer.
> Now I'd like to implement the same actions as postgres
> function (e.g. as .so module).
>
> Is it possible ?
>
> I know:
> 1) How compile C/C++ code to .so
> 2) How to CREATE FUNCTION .....
> I don't know:
> 1) Is it possible to postges function
> to read tables of the database
> 2) If possible, how it should be done?
> 3) Which restrictions applicable to .so
> functions ?
>
> If you know examples those do something similar,
> please let me know.
>
> Any help will be appreciated.
>
> Thanks
>
>
> --
> Vladimir Zolotych gsmith(at)eurocom(dot)od(dot)ua
>
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Christian Rossi 2000-10-09 10:38:07 postmaster(8760): unaligned trap
Previous Message Jeff MacDonald 2000-10-07 15:44:40 Re: Re(2): Crontab and PostgreSQL Backup