From: | george young <gry(at)ll(dot)mit(dot)edu> |
---|---|
To: | pgsql-sql(at)postgresql(dot)org |
Subject: | Fw: Re: 7.0.3 pg_dump -> segmentation fault! |
Date: | 2002-03-07 20:44:31 |
Message-ID: | 20020307154431.769de3d8.gry@ll.mit.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
begin forwarded message:
Date: Thu, 7 Mar 2002 15:32:07 -0500
From: george young <gry(at)ll(dot)mit(dot)edu>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Subject: Re: [SQL] 7.0.3 pg_dump -> segmentation fault!
On Thu, 7 Mar 2002 12:27:49 -0800 (PST)
Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> wrote:
> On Thu, 7 Mar 2002, george young wrote:
>
> > In fact there is no row in pg_proc with oid=1132416.
> >
> > select * from pg_trigger;
> > tgrelid | tgname | tgfoid | tgtype | tgenabled | tgisconstraint | tgconstrname | tgconstrrelid | tgdeferrable | tginitdeferred | tgnargs | tgattr | tgargs
> > ---------+----------------+---------+--------+-----------+----------------+--------------+---------------+--------------+----------------+---------+--------+--------
> > 1260 | pg_sync_pg_pwd | 12 | 29 | t | f | | 0 | f | f | 0 | |
> > 1131188 | run_changed_tr | 1132416 | 17 | t | f | | 0 | f | f | 0 | |
> > (2 rows)
> >
> > I'm hoping there is some safe way to manually delete the inconsistant rows and then pg_dump.
> > Does anyone have a suggestion how to recover from this situation?
>
> Can you just do a
> DROP TRIGGER run_changed_tr ON runs_tmp;
> and get rid of it?
Alas, no. I get:
drop trigger run_chaged_tr on runs_tmp;
ERROR: RelationBuildTriggers: tgargs IS NULL for rel runs_tmp
In fact, anything I try to do to runs_tmp I get the same above error, select, delete, drop...
This table is not important and if I could blow it and the trigger away, that would be great.
--
I cannot think why the whole bed of the ocean is
not one solid mass of oysters, so prolific they seem. Ah,
I am wandering! Strange how the brain controls the brain!
-- Sherlock Holmes in "The Dying Detective"
From | Date | Subject | |
---|---|---|---|
Next Message | Paul Ogden | 2002-03-07 21:01:29 | Re: How to grant a privilege on all tables or views or both of a database to someone? |
Previous Message | Andrew G. Hammond | 2002-03-07 20:40:59 | Re: How to grant a privilege on all tables or views or both of a database to someone? |