| From: | jan(dot)mate(at)inf-it(dot)com |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | BUG #8465: major dump/reload problem |
| Date: | 2013-09-21 17:16:17 |
| Message-ID: | E1VNQn3-0001Y2-MD@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 8465
Logged by: Jan Mate
Email address: jan(dot)mate(at)inf-it(dot)com
PostgreSQL version: 9.3.0
Operating system: all
Description:
Hi PostgreSQL team,
today I tried to upgrade from 9.2 to 9.3 (pg_upgradecluster 9.2 main) and
the upgrade of one of my databases failed with the following error: "ERROR:
new row for relation ... violates check constraint ...".
I created an example to reproduce this bug:
http://www.inf-it.com/fixes/postgres-bugreport2/schema.sql
steps to reproduce it (tested with version 9.3):
createdb test && psql test < schema.sql
pg_dump test > dump.sql
dropdb test && createdb test && psql test < dump.sql
| From | Date | Subject | |
|---|---|---|---|
| Next Message | liuguanhu | 2013-09-22 10:23:25 | BUG #8466: pg_basebackup backup database is not ok |
| Previous Message | Ludvík Adamec | 2013-09-21 10:09:27 | installation bug |