rule system, perl and other good stuff

From: Brett McCormick <brett(at)work(dot)chicken(dot)org>
To: pgsql-hackers(at)hub(dot)org
Subject: rule system, perl and other good stuff
Date: 1998-02-11 06:41:17
Message-ID: 199802110641.WAA30217@abraxas.scene.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


don't want to bring up a touchy subject, BUT... does the rule system
actually work, and if not, what are our plans? It would extend the
functionality of postgresql quite a bit and make it much more
attractive.. also I'm working on a modified version of pg with perl
language support. that's right, perl. so far I've got it to the
point where you can create perl functions (using anon sub refs) and
access your arguments and perform operations (from pg_operator) on
them. I'll get the patches together soon, once I add operator
overloading :)

one more thing -- what about making the listen/notify interface
synchronous? what must be done? and... and... select foo[5:] for
elements 5 and onward in array foo..

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Brett McCormick 1998-02-11 07:26:21 Re: [HACKERS] rule system, perl and other good stuff
Previous Message Meskes, Michael 1998-02-10 15:53:22 RE: [HACKERS] Profile of current backend