Indixing problems...

Vadim Mikheev <vadim@krs.ru>

From: Vadim Mikheev <vadim@krs.ru>
To: David Hartwig <daveh@insightdist.com>
Cc: "Billy G. Allie" <Bill.Allie@mug.org>, hackers@postgreSQL.org
Date: 1998-09-09T03:21:05Z
Lists: pgsql-hackers

Attachments

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