BUG #1318: pg_restore.exe tables without data
PostgreSQL Bugs List <pgsql-bugs@postgresql.org>
From: "PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>
To: pgsql-bugs@postgresql.org
Date: 2004-11-15T12:15:30Z
Lists: pgsql-bugs
The following bug has been logged online: Bug reference: 1318 Logged by: christian kindler Email address: christian.kindler@chello.at PostgreSQL version: 8.0 Beta Operating system: WinXP Description: pg_restore.exe tables without data Details: i made a dump file with pg_dump.exe only option -U specified -> so schema and data is in one big txt file. it seems not to be possible, to restore either with pg_restore.exe nore with psql.exe schama and data. only schema will be restored. even option -a specified for pg_restore nothing happen. thx christian