pg_dump error

Started by Erol Özover 24 years ago2 messagesgeneral
Jump to latest
#1Erol Öz
eroloz@esg.com.tr

Hi,
I get an error when the following command executed;
/usr/local/pgsql/bin/pg_dump trollandtoad > trollandtoad.out

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

Where should I look at for a solution.

Thanks in advance.
Erol

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Erol Öz (#1)
Re: pg_dump error

"=?iso-8859-9?B?RXJvbCDWeg==?=" <eroloz@esg.com.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