Re: Trigger trouble

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Sandy Spence" <axs(at)aber(dot)ac(dot)uk>
Cc: "'Rajesh Kumar Mallah'" <mallah(dot)rajesh(at)gmail(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Trigger trouble
Date: 2006-12-22 14:39:29
Message-ID: 23990.1166798369@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Sandy Spence" <axs(at)aber(dot)ac(dot)uk> writes:
> select typowner from pg_type where typname='trigger';
> typowner
> ----------
> (0 rows)

Um ... what PG version is this exactly? ("select version()" if you're
not sure.)

It's real hard to see why pg_dump would complain about a type that's not
there at all. You sure you checked this in the same database that's
being dumped?

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jim Nasby 2006-12-22 22:53:23 Re: reloading config files pg_ctl reload
Previous Message Rajesh Kumar Mallah 2006-12-22 13:46:51 Re: Trigger trouble