"Nicholas Vinen" <[EMAIL PROTECTED]> writes: > Now, when I try to use PITR to restore the database on my test server, the > PITR succeeds as normal, but I can not access the database with an error > like:
> psql: FATAL: could not open relation 1663/16385/605464: No such file or > directory This seems pretty ugly :-(. Unless you've got some odd stuff in ~/.psqlrc, I would think that psql startup could only cause accesses to system catalogs, but 605464 is far beyond the normal relfilenode numbers assigned to any system catalogs or indexes. AFAICS the only way that a new relfilenode would be assigned is during TRUNCATE, CLUSTER or REINDEX ... have you done any of those on system catalogs? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match