Re: drop a constraint

From: Alex Pilosov <alex(at)pilosoft(dot)com>
To: ochapiteau <ochapiteau(at)cyberdeck(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: drop a constraint
Date: 2001-02-23 17:13:55
Message-ID: Pine.BSO.4.10.10102231213220.31241-100000@spider.pilosoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 23 Feb 2001, ochapiteau wrote:

> And i try to drop any of this trigger generated :
> =# drop trigger RI_ConstraintTrigger_1641627 on table1;
Try:
drop trigger "RI_ConstraintTrigger_1641627" on table1;

Postgres is case-sensitive.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-02-23 17:27:00 Re: Updating an array
Previous Message Renaud Tthonnart 2001-02-23 17:02:30 Updating an array