"=?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