make us of old database. - Mailing list pgsql-general

From Marcos Lloret
Subject make us of old database.
Date
Msg-id 393E8480.BAD77D3@second.ival.es
Whole thread Raw
Responses Re: make us of old database.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
hi list,

    i want to make us of an old recovered database from a dead hard
disk. i just copied the directory
/usr/local/pgsl/data/base/[database-name]
    i install postgres 6..4 (as before) and i created a new database
directory and copied all the database.
    > psql [database-name]
            and no problem
    \d       it displays the tables and indexes.
    select * from [table-name];
            ERROR:  [table-name]: Table does not exist.
            ERROR:  [table-name]: Table does not exist.

    what can i do in order to solve the problem??'

    thanks in advance,

marcos
marcos@ival.es



pgsql-general by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: Diff's
Next
From:
Date:
Subject: WINNT ODBC not connecting to FREEBSD PostgreSQL