Need an example - more information

From: Constantin Teodorescu <teo(at)flex(dot)ro>
To: PostgreSQL Interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Need an example - more information
Date: 1999-08-28 12:17:25
Message-ID: 37C7D355.F6F1DA5C@flex.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

The function should run on the server (installed with CREATe FUNCTION
command) as in the example :

select product, price, getcomplexinformation(product) from stock;

The getcomplexinformation function will search over other 3 tables,
compute some intense math operations on them and return a result. I have
experimented with plpgsql and pltcl but I will need more speed.

Thanks again,
--
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

Browse pgsql-interfaces by date

  From Date Subject
Next Message Gerardo Fdez. Navarrete 1999-08-28 14:54:52 how to unsubcribe
Previous Message Constantin Teodorescu 1999-08-28 12:10:04 Need an example