Virtual table with pl/perl?

From: Rene Schickbauer <rene(dot)schickbauer(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Virtual table with pl/perl?
Date: 2010-04-19 12:32:05
Message-ID: 4BCC4D45.7060306@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

I'm looking into implementing an updateable "virtual" table using pl/perl.

What i basically want to do is read out/update some external resources.
For programs using the SQL interface, this should look just like a
regular table except that it isn't ACID compliant (no rollbacks).

I'm pretty sure i can make a table, write a bunch of functions and some
do-instead rules. But is there a more elegant/simple solution?

LG
Rene

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Karl Denninger 2010-04-19 13:19:34 Re: Problem with pg_compresslog'd archives
Previous Message Magnus Hagander 2010-04-19 12:02:32 Re: [GENERAL] trouble with to_char('L')