Indixing problems...

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: David Hartwig <daveh(at)insightdist(dot)com>
Cc: "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org>, hackers(at)postgreSQL(dot)org
Subject: Indixing problems...
Date: 1998-09-09 03:21:05
Message-ID: 35F5F421.C91E7F8A@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
DF text/plain 963 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 1998-09-09 04:05:46 Re: [HACKERS] Indixing problems...
Previous Message David Hartwig 1998-09-09 02:45:27 Re: [HACKERS] index fix report