Re: pg_get_triggerdef

From: Neil Conway <neilc(at)samurai(dot)com>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: pg_get_triggerdef
Date: 2003-03-11 06:19:30
Message-ID: 1047363570.357.16.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Tue, 2003-03-11 at 00:28, Christopher Kings-Lynne wrote:
> This patch creates a function named pg_get_triggerdef that takes the oid of
> a trigger as its parameter. It is basically copied from the pg_dump code.

Oh -- you'll also need to bump the catalog version number.

Cheers,

Neil

--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-03-11 06:19:54 pg_get_triggerdef #2
Previous Message Neil Conway 2003-03-11 06:11:32 Re: pg_get_triggerdef