Re: [HACKERS] A problem with the constraint system.
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: Sferacarta Software <sferac@bo.nettuno.it>, "Billy G. Allie" <Bill.Allie@mug.org>
Cc: Hackers PostgreSQL <pgsql-hackers@postgreSQL.org>
Date: 1998-11-12T15:17:24Z
Lists: pgsql-hackers
Attachments
- heap.c.patch (text/plain) patch
> BGA> Creating a table with a name containing mixed case that has a
> BGA> constraint, the creation will fail. For example:
> BGA> mug=> create table "MyTest" ( a int4 default 10 );
> BGA> ERROR: mytest: Table does not exist.
I have a fix for this, though I've only tested with your example. Here
is the patch...
- Tom