| From: | Randall Perry <rgp(at)systame(dot)com> |
|---|---|
| To: | <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: pgdump fails on trigger function |
| Date: | 2001-12-20 15:21:12 |
| Message-ID: | B8476C18.160D4%rgp@systame.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
on 12/19/01 11:08 AM, Tom Lane at tgl(at)sss(dot)pgh(dot)pa(dot)us wrote:
> Randall Perry <rgp(at)systame(dot)com> writes:
>> Anyone know what this means:
>> getTables(): SELECT (funcname) for trigger cust_modification_date returned 0
>> tuples. Expected 1.
>
> It would seem you have dropped the function which that trigger uses.
> (If you drop and recreate a function, you have to drop and recreate
> any triggers that use it too. The triggers refer to the function by
> OID, but the recreated function will have a different OID.)
>
Thanks, I'll check it out.
--
Randy Perry
sysTame
Mac Consulting/Sales
phn 561.589.6449
mobile email help(at)systame(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jodi Kanter | 2001-12-20 16:18:40 | user passwords |
| Previous Message | Nick Fankhauser | 2001-12-20 13:16:54 | Re: Data partitioning |