> 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