recreating tables from global files - Mailing list pgsql-novice

From G. J. Walsh
Subject recreating tables from global files
Date
Msg-id 1211409557.21745.12.camel@www.dscdirectionalservices.com
Whole thread Raw
Responses Re: recreating tables from global files  (Bruce Hyatt <brucejhyatt@yahoo.com>)
Re: recreating tables from global files  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
I suffered a major server crash.

Everything is fully reinstalled now EXCEPT postgresql8.3

There was no way I could see to get postgres running except by
removing /var/lib/pgsql/data. That was, I assumed, okay, because I have
a full backup of all the files.

So ... I reinstalled postgresql binaries following the same procedure as
for the initial installation. I then restored the data/global files, but
postgresql, while finding the database, sees no tables whatever.

I am sure there must be a way to recreate the tables from the files in
the data/global directory but I don't know what that is. Further, of
course, the files representing the tables are identified by numbers, not
their table names.

Until I have the time to research a better way to do future upgrades, I
will block any future ones. Clearly I am missing something here. I even
tried to use the pg_dump untility but it too does not see the tables,
only the database.

Ugh ... I hope someone can render a little first aid. I didn't see this
one coming. Thank goodness this happened before we get into serious data
collection next month.

George

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Singapore time zone
Next
From: "A B"
Date:
Subject: get id of insert in plpgsql function