Re: dropping foreign keys

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: dropping foreign keys
Date: 2001-12-14 07:17:51
Message-ID: 3C19A79F.7090907@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

OK that worked. Thanks for your help.

Stephan Szabo wrote:

>>I tried both table names, and in both cases I got :
>>drop trigger RI_ConstraintTrigger_569229 on utable;
>>ERROR: DropTrigger: there is no trigger ri_constrainttrigger_569229 on relation utable
>>
>
> You'll need to double quote the name because it's actually mixed case
> (note the case folded name in the error message)
>

--
Joseph Shraibman
jks(at)selectacast(dot)net
Increase signal to noise ratio. http://xis.xtenit.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Huang Ming 2001-12-14 07:52:58 Re: [CORE] report a bug
Previous Message Stephan Szabo 2001-12-14 06:35:00 Re: dropping foreign keys