Re: Virtual table with pl/perl?

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Rene Schickbauer <rene(dot)schickbauer(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Virtual table with pl/perl?
Date: 2010-04-19 17:07:40
Message-ID: 20100419170739.GE6733@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Rene Schickbauer escribió:
> 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).

Did you see DBI-Link in pgfoundry.org?

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2010-04-19 17:14:25 Re: Database corruption with duplicate tables.
Previous Message Tom Lane 2010-04-19 17:06:37 Re: How to insert Ecoded values into postrgresql