On Wed, Nov 20, 2002 at 08:49:29PM -0500, Bruce Momjian wrote:
>
> This patch has been applied to DBDpg and will appear in the next
> official release. Thanks.
>
> ---------------------------------------------------------------------------
>
>
> Alex Pilosov wrote:
> > Edmund & all,
> >
> > Attached is a patch to add support for asynchronous notifications to
> > DBD::Pg interface.
> >
> > Added following functions (self-documented in Pg.pm):
> >
> > $ret = $dbh->func('notifies');
All driver-specific functions should begin with the driver-specific
prefix, so notifies should be called pg_notifies, etc.
Tim.