On Wed, 23 Jul 2003, Rob Sell wrote: > Ok I was going to send in the schema from both db's and when trying to get > the schema through phppgadmin it works fine on the old db, but on the new db > I get this error "PostgreSQL said: ERROR: Relation "pg_relcheck" does not > exist" > > What is that? And could that be related to my problem?
Nah, likely just a version issue (i.e. the new database doesn't have the system tables that phppgadmin expects) you can get a dump of the schema / tables with pg_dump on each box: pg_dump -s dbname -t tablename <- this will dump the schema ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]