Michael Davis wrote:
> Does anyone know how to completely and accurately remove or drop a
> constraint, specifically a foreign key constraint? I tried to remove a
> constraint by deleting it's trigger from pg_triggers. This caused some
> undesirable side effects with other tables involved with
I have found the same problem in my database.
Have you any solution for this problem, please??
Mahesh Guleria
Yes. Casts are done like this:
SomeFiled::int4
or SomeField::text
Double colons is the key '::'
--rob
- Original Message -
From: "Thomas SMETS" <[EMAIL PROTECTED]>
To: "psql novice" <[EMAIL PROTECTED]>; "psql sql"
<[EMAIL PROTECTED]>
Sent: Thursday, January 04, 2001 7:31 PM
Subject: