| From: | Rich Shepard <rshepard(at)appl-ecosys(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: SQL Standards Compliance With Case |
| Date: | 2006-07-13 01:21:15 |
| Message-ID: | Pine.LNX.4.64.0607121819010.14352@salmo.appl-ecosys.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rich Shepard | 2006-07-13 01:23:51 | Re: SQL Standards Compliance With Casexx |
| Previous Message | Stephan Szabo | 2006-07-13 01:20:36 | Re: SQL Standards Compliance With Case |