Re: encoding question - Mailing list pgsql-admin

From Ben K.
Subject Re: encoding question
Date
Msg-id Pine.GSO.4.64.0603211402560.24850@coe.tamu.edu
Whole thread Raw
In response to Re: encoding question  ("Ben K." <bkim@coe.tamu.edu>)
Responses Re: encoding question  (Ivo Rossacher <rossacher@bluewin.ch>)
List pgsql-admin
I just wanted to add that when I created the same database with -E
SQL_ASCII on my linux box, the dump was loaded fine. I created another
database without -E and observed the same invalid encoding problem.

On the face value this seems to solve the problem at least superficially.

I'd like to check the data validity, and the easiest way seems to be to
dump the data again from the linux box and compare with the original.

Is there a way to compare between any two databases online? (like running
a script checking row counts and schema) If I run crc on the concat of all
fields in a row, and if the crc matches, would it be reasonably
sufficient? Is there a stronger validation method?


Thanks.

Ben K.
Developer
http://benix.tamu.edu

pgsql-admin by date:

Previous
From: "Vishal Kashyap "
Date:
Subject: Re: Lets Vote
Next
From: Ivo Rossacher
Date:
Subject: Re: encoding question