table data not being restored after pg_dump
PostgreSQL Bugs List <pgsql-bugs@postgresql.org>
From: pgsql-bugs@postgresql.org
To: pgsql-bugs@postgresql.org
Date: 2001-04-12T20:17:08Z
Lists: pgsql-bugs
Patricia Holben (pholben@greatbridge.com) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description table data not being restored after pg_dump Long Description After running the regression test suite, I perform a pg_dump, drop the db, recreate the db, use "psql -e regression <dumpfile" to reload the data but the table f_star can not be reloaded. The error message says: ERROR: copy: line 1, pg_atoi: error in "((1,3),(2,4))": can't parse "((1,3),(2,4))" Sample Code No file was uploaded with this report