Re: SQL Standards Compliance With Case - Mailing list pgsql-general

From Rich Shepard
Subject Re: SQL Standards Compliance With Case
Date
Msg-id Pine.LNX.4.64.0607121819010.14352@salmo.appl-ecosys.com
Whole thread Raw
In response to Re: SQL Standards Compliance With Case  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-general
On Wed, 12 Jul 2006, Joshua D. Drake wrote:

> Likley, not ever ;)...

Hi, Josh!

   That's fine with me. As long as postgres works, I'm happy.

>> ERROR: relation "role_id" already exists
>
> AHA! I see what is happening... you can't have an index name the same as a
> table name. Tell them just to change the index names... for example:
>
> CREATE INDEX Group_id_idx ON Foo (Group_id);

   Aha! I didn't see that. Even I know to add _idx to the table name ... when
I do it myself.

Thank you very much,

Rich

--
Richard B. Shepard, Ph.D.               |    The Environmental Permitting
Applied Ecosystem Services, Inc.(TM)    |            Accelerator
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: SQL Standards Compliance With Case
Next
From: Rich Shepard
Date:
Subject: Re: SQL Standards Compliance With Casexx