Re: [SQL] Removing a constraint?

2001-01-06 Thread mlw
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

[SQL] pg_recvbuf : unexpected EOF on client

2001-01-06 Thread Mahesh Guleria
I have found the same problem in my database. Have you any solution for this problem, please?? Mahesh Guleria

[SQL] Re: Casting

2001-01-06 Thread rob
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: