From:
"David E(dot) Wheeler" <david(at)kineticode(dot)com>
To:
Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc:
Alex Hunsaker <badalex(at)gmail(dot)com>, Jan Urbański <wulczer(at)wulczer(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Postgres - Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: why does plperl cache functions using just a bool for is_trigger
Date:
2010-11-04 20:28:37
Message-ID:
03ADD7F8-64F0-4C37-B7DE-B88A5F28438A@kineticode.com (view raw or flat )
Thread:
2010-10-24 21:40:25 from Jan Urbański <wulczer(at)wulczer(dot)org>
2010-10-24 22:44:47 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-10-24 23:05:29 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-10-24 23:50:03 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-10-25 00:24:54 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-10-25 01:34:33 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-10-25 01:59:18 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-10-31 14:44:41 from Jan Urbański <wulczer(at)wulczer(dot)org>
2010-10-31 15:44:40 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-10-31 18:00:41 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-10-31 20:40:49 from Alex Hunsaker <badalex(at)gmail(dot)com>
2010-10-31 21:17:56 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-10-31 21:24:20 from Alex Hunsaker <badalex(at)gmail(dot)com>
2010-11-01 15:28:39 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-11-01 16:02:20 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-11-01 21:24:03 from Alex Hunsaker <badalex(at)gmail(dot)com>
2010-11-01 22:30:18 from Alex Hunsaker <badalex(at)gmail(dot)com>
2010-11-01 22:59:48 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-11-02 00:40:00 from Alex Hunsaker <badalex(at)gmail(dot)com>
2010-11-03 16:28:42 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-11-03 19:57:59 from Alex Hunsaker <badalex(at)gmail(dot)com>
2010-11-03 20:43:49 from Jan Urbański <wulczer(at)wulczer(dot)org>
2010-11-03 21:06:23 from Alex Hunsaker <badalex(at)gmail(dot)com>
2010-11-03 21:15:21 from "David E(dot) Wheeler" <david(at)kineticode(dot)com>
2010-11-04 11:20:39 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2010-11-04 20:28:37 from "David E(dot) Wheeler" <david(at)kineticode(dot)com>
2010-11-04 09:46:10 from Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
2010-11-04 09:54:45 from Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
2010-11-04 17:07:58 from Alex Hunsaker <badalex(at)gmail(dot)com>
2010-11-04 19:43:27 from Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
2010-11-04 20:29:49 from Alex Hunsaker <badalex(at)gmail(dot)com>
2010-11-04 20:31:51 from Alex Hunsaker <badalex(at)gmail(dot)com>
2010-11-05 07:19:07 from Jan Urbański <wulczer(at)wulczer(dot)org>
2010-11-05 14:56:01 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-11-08 17:36:39 from Greg Stark <gsstark(at)mit(dot)edu>
2010-11-05 16:10:20 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2010-11-04 13:49:41 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Lists:
pgsql-hackers
On Nov 4, 2010, at 4:20 AM, Peter Eisentraut wrote:
> On ons, 2010-11-03 at 14:15 -0700, David E. Wheeler wrote:
>> /me wants a global $dbh that mimics the DBI interface but just uses
>> SPI under the hood. Not volunteering, either…
>
> Already exists: DBD::PgSPI. Probably needs lots of updating through.
Funny I never noticed that before. I couldn't get it to build, of course. And it looks a bit heavy, relying on DBD::Pg. Seems like it'd be easier to write something that just uses SPI and emulates the DBI interface, IMHO.
Best,
David
In response to
pgsql-hackers by date
Next :From: Alex HunsakerDate: 2010-11-04 20:29:49
Subject : Re: why does plperl cache functions using just a bool for is_trigger
Previous :From : Robert HaasDate : 2010-11-04 20:15:58
Subject : Re: lazy snapshots?