Re: Re: CAST doesn't work

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jason Davis <jdavis(at)tassie(dot)net(dot)au>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Re: CAST doesn't work
Date: 2001-04-24 00:16:02
Message-ID: 24427.988071362@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

Jason Davis <jdavis(at)tassie(dot)net(dot)au> writes:
> Is it possible to remove a referential integrity trigger without dropping
> tables? I tried to DROP TRIGGER using the name of the trigger created from
> the foreign key clause when the table was created, without success (no such
> trigger name).

Were you careful about case sensitivity? The RI trigger names are
deliberately made mixed-case to reduce the odds of collision with user
trigger names... but AFAIK you should be able to drop 'em if you quote
'em correctly.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joel Burton 2001-04-24 00:50:06 Re: Re: CAST doesn't work
Previous Message Hiroshi Inoue 2001-04-24 00:15:21 Re: How to configure iodbc access to local postgres db?

Browse pgsql-novice by date

  From Date Subject
Next Message Joel Burton 2001-04-24 00:50:06 Re: Re: CAST doesn't work
Previous Message Joel Burton 2001-04-24 00:03:10 Re: Re: CAST doesn't work