From: | Melanie Diedericks <melanie(dot)diedericks(at)ucs-software(dot)co(dot)za> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Postgres - Vacuum error: No such file or directory |
Date: | 2006-05-12 09:37:35 |
Message-ID: | 200605121137.35284.melanie.diedericks@ucs-software.co.za |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
I got the following error on doing a vacuumdb :
NOTICE: RelationBuildDesc: can't open obo_switching_sql: No such file or
directory ERROR: _mdfd_getrelnfd: cannot open relation obo_switching_sql: No
such file or directory
I can do a \d on the table, but can't select (same error as above). I tried
the following without success (truncate,drop,create)
pri2230=# truncate table obo_switching_sql;
NOTICE: RelationBuildDesc: can't open obo_switching_sql: No such file or
directory
ERROR: cannot open obo_switching_sql: No such file or directory
pri2230=# drop table obo_switching_sql;
ERROR: cannot open obo_switching_sql: No such file or directory
pri2230=# \i obo_switching_sql.dmp
You are now connected as new user postgres.
psqlbo_switching_sql.dmp:20: ERROR: Relation 'obo_switching_sql' already
exists
What to do, what to do???
Any advise?
Mel
From | Date | Subject | |
---|---|---|---|
Next Message | Martin Kuria | 2006-05-12 09:48:35 | Re: string primary key |
Previous Message | Mark Campbell | 2006-05-12 08:14:29 | Re: Compiling on 8.1.3 on Openserver 5.05 |