From: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> |
---|---|
To: | Yudha Setiawan <yudha(at)BonBon(dot)net> |
Cc: | <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: pg_proc - pg_triggers |
Date: | 2003-02-07 14:51:20 |
Message-ID: | 20030207064857.B55352-100000@megazone23.bigpanda.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Fri, 7 Feb 2003, Yudha Setiawan wrote:
> As Developer we've been developing a simple tools
> for PostgreSQL under Windows, Just helping on Daily operation for our
> "IT-Operation Dept.". Someday I'll share that's tools for milist, i
> promise. But know we need to know how could we connecting two tables,
> between pg_proc and pg_trigger to findout my trigger's script. For now
> we just know the trigger's function without know which trigger is
> using it. Somebody can help us..??? Please.
Something like?
select * from pg_trigger, pg_proc where tgfoid = pg_proc.oid;
From | Date | Subject | |
---|---|---|---|
Next Message | Palle Girgensohn | 2003-02-07 15:47:23 | incremental backup of postgres database? |
Previous Message | Tom Lane | 2003-02-07 14:51:08 | Re: Database access problem : SOS |