Re: [GENERAL] ERROR: could not access status of transaction 210

2004-11-29 Thread Scott Cain
On Mon, 2004-11-29 at 12:57 -0500, Tom Lane wrote: > Scott Cain <[EMAIL PROTECTED]> writes: > > After dropping a database, recreating it and trying to add a table to > > it, I am getting this message: > > > ERROR: could not access status of transaction 210 > > DETAIL: could not open file "/opt/p

Re: [GENERAL] ERROR: could not access status of transaction 210

2004-11-29 Thread Tom Lane
Scott Cain <[EMAIL PROTECTED]> writes: > After dropping a database, recreating it and trying to add a table to > it, I am getting this message: > ERROR: could not access status of transaction 210 > DETAIL: could not open file "/opt/postgres/data/pg_clog/": No such file > or directory > The

[GENERAL] ERROR: could not access status of transaction 210

2004-11-29 Thread Scott Cain
Hello, After dropping a database, recreating it and trying to add a table to it, I am getting this message: NOTICE: CREATE TABLE will create implicit sequence "tableinfo_tableinfo_id_seq" for "serial" column "tableinfo.tableinfo_id" NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index