Re: pg_dump error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Erol Öz <eroloz(at)esg(dot)com(dot)tr>
Cc: "PostgreSQL General List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_dump error
Date: 2001-09-03 22:52:59
Message-ID: 10831.999557579@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"=?iso-8859-9?B?RXJvbCDWeg==?=" <eroloz(at)esg(dot)com(dot)tr> writes:
> I get an error when the following command executed;=20
> /usr/local/pgsql/bin/pg_dump trollandtoad > trollandtoad.out

> SET TRANSACTION command failed. Explanation from backend: 'ERROR: Bad TRAN=
> SACTION ISOLATION LEVEL (serializable)

Hmm. It would seem that strcasecmp() on your platform reports that the
strings "SERIALIZABLE" and "serializable" are not equal. A locale
problem perhaps?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Pilsl 2001-09-03 23:00:07 index does not help on ranges
Previous Message Tom Lane 2001-09-03 21:55:09 Re: Crash in vacuum analyze