============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : Robert Forsman
Your email address : thoth@purplefrog.com
Category : runtime: front-end
Severity : serious
Summary: 6.2 pg_dump output unparseable by 6.4 psql
System Configuration
- --------------------
Operating System : Linux 2.0.34
PostgreSQL version : 6.4
Compiler used : gcc 2.7.2.1
Hardware:
- ---------
RedHat 4.2
P133 64M RAM
Linux type-a.ortge.ufl.edu 2.0.33 #4 Tue Jun 9 10:08:40 EDT 1998 i586
Versions of other tools:
- ------------------------
- --------------------------------------------------------------------------
Problem Description:
- --------------------
6.2 pg_dump had "archive = none" on the end of each CREATE TABLE.
6.4 psql couldn't interpret this.
- --------------------------------------------------------------------------
Test Case:
- ----------
dump a 6.2 database, and try to load it into 6.4
- --------------------------------------------------------------------------
Solution:
- ---------
- --------------------------------------------------------------------------