>David Hartwig wrote:
>>
>> This is the same problem as that has been pestering me for two weeks.
>>
>> Billy, please try this simple test:
>>
>> CREATE TABLE foo (bar int);
>>
>> \d foo
>>
>> CREATE INDEX foo_idx ON foo USING btree (bar);
>>
>> \d foo
>>
>> Is foo gone?
>
>Please apply this patch...
>
>Vadim
Thanks so much. Now index problems have gone from my LinuxPPC box!
Only remaining problem seems somewhat related to view. Still the
select_views test and "select * from pg_user" produces core dumps.
--
Tatuso Ishii
t-ishii@sra.co.jp