"Sadao Hiratsuka" wrote:
> PostgreSQL version: 8.4.2
> The 2nd update of a table which has foreign keys is blocked.
>
>
> create table parent (k int primary key, d varchar(10));
> create table child (k int primary key, f int, d varchar(10),
> constraint child_fk1 foreign key (f) references
The following bug has been logged online:
Bug reference: 5327
Logged by: janandith
Email address: janand...@gmail.com
PostgreSQL version: 8.2.14
Operating system: windows 2003
Description:postgresql gives checksum error when upgrading 8.2.6
binaries to 8.2.14 in windo