| From: | John Cusick <jcusick(at)exotrope(dot)net> |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org |
| Subject: | Create Index? |
| Date: | 1999-01-24 21:22:05 |
| Message-ID: | 36AB8EFD.47A3DA7A@exotrope.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-sql |
I've recently upgraded to version 6.4 which was compiled on RedHat Linux
ver 5.1
with no apparent problems.
and with a test table;
create table partref
(partnum varchar(15) not null, desc varchar(15), vnum varchar(60));
then;
create index indpart on partref (partnum);
returns;
ERROR: partind: cannot extend
This worked fine w/version6.3 on the same system.
I looked around in the changes and re-checked the man page.
Am I missing something way to obvious??
John Cusick
jcusick(at)exotrope(dot)net
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1999-01-24 21:59:11 | Re: [SQL] Create Index? |
| Previous Message | Egon Schmid | 1999-01-24 17:53:37 | Broken Link |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1999-01-24 21:59:11 | Re: [SQL] Create Index? |
| Previous Message | Zmarzlowski | 1999-01-24 19:56:49 | unsubscribe |