Re: [HACKERS] A problem with the constraint system.

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Sferacarta Software <sferac(at)bo(dot)nettuno(dot)it>, "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org>
Cc: Hackers PostgreSQL <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] A problem with the constraint system.
Date: 1998-11-12 15:17:24
Message-ID: 364AFC04.C8B00913@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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

Attachment Content-Type Size
heap.c.patch text/plain 934 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dan Gowin 1998-11-12 15:57:15 FW: [HACKERS] Re: CORBA Interface
Previous Message Cary B. O'Brien 1998-11-12 15:00:09 Re: CORBA Interface