"Cluster" means "tangle" for me

From: Jeff Eckermann <jeckermann(at)verio(dot)net>
To: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: "Cluster" means "tangle" for me
Date: 2001-01-10 00:25:38
Message-ID: 08CD1781F85AD4118E0800A0C9B8580B09488D@NEZU
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I would appreciate any advice on getting out of this strange situation. My
table now doesn't exist, but I can't recreate it either (at least under that
name).

jeffe(at)kiyoko=> psql -V
psql (PostgreSQL) 7.0.0

jeffe(at)kiyoko=> uname -a
FreeBSD kiyoko.la.verio.net 4.0-STABLE FreeBSD 4.0-STABLE #0: Thu Apr 27
10:44:07 CDT 2000

extracts=# create index dc_et_i on dedcolo (equip_type);
CREATE
extracts=# cluster dc_et_i on dedcolo;
ERROR: temp_286bbc3 is an index relation
extracts=# drop index dc_et_i;
ERROR: index "dc_et_i" nonexistent
extracts=# \d dedcolo
Did not find any relation named "dedcolo".
extracts=# vacuum verbose analyze;
(snip)
NOTICE: mdopen: couldn't open temp_28421e0: No such file or directory
NOTICE: RelationIdBuildRelation: smgropen(temp_28421e0): No such file or
directory
NOTICE: --Relation temp_28421e0--
NOTICE: mdopen: couldn't open temp_28421e0: No such file or directory
ERROR: cannot open relation temp_28421e0
extracts=# drop table temp_28421e0;
NOTICE: mdopen: couldn't open temp_28421e0: No such file or directory
NOTICE: mdopen: couldn't open temp_28421e0: No such file or directory
NOTICE: mdopen: couldn't open temp_28421e0: No such file or directory

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-01-10 00:56:30 Re: "Cluster" means "tangle" for me
Previous Message Tom Lane 2001-01-09 23:50:09 Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly