Re: Two 'identical' DB's not acting identically

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp>
Cc: Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>, PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Two 'identical' DB's not acting identically
Date: 2003-04-15 13:51:18
Message-ID: 7576.1050414678@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp> writes:
> Here is the output from running your three test queries on both dbs. The
> last two return more than one row on both machines, and the last one
> returns twice the number of error messages on the test db than on the
> live db.

You know, this could be a matter of a data discrepancy, like you somehow
loaded two copies of data into some table. It'd be worth doing a
"select count(*)" on each table in each database to see if they agree.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-04-15 14:03:19 Re: Are we losing momentum?
Previous Message Tom Lane 2003-04-15 13:43:53 Re: Two 'identical' DB's not acting identically