Re: pg_dump error - Mailing list pgsql-admin

From Stephan Szabo
Subject Re: pg_dump error
Date
Msg-id 20020225144030.K78044-100000@megazone23.bigpanda.com
Whole thread Raw
In response to pg_dump error  (s.chava@wcom.com (Srinivasa Rao Chava))
List pgsql-admin
On 25 Feb 2002, Srinivasa Rao Chava wrote:

> I have recently upgraded to postgresql 7.2.
> When I try to take backup with pg_dump, one of the database is
> generating
> the following error.
>
> pg_dump: query to obtain procedure name for trigger
> "ins_extranet_cspm_bug" did not return exactly one result
>
> I checked the  for the trigger "ins_extranet_cspm_bug"  from
> pg_trigger system catalog table, it is retrieving just one error.

What does
 select * from pg_proc where oid=<tgfoid column of the trigger>;
give you?


pgsql-admin by date:

Previous
From: s.chava@wcom.com (Srinivasa Rao Chava)
Date:
Subject: pg_dump error
Next
From: Tom Lane
Date:
Subject: Re: pg_dump error