Re: BUG #14028: FATAL: cannot perform encoding conversion outside a transaction

From: Srivathson KK <srivathson(dot)k(at)zohocorp(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "<pgsql-bugs(at)postgresql(dot)org>" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #14028: FATAL: cannot perform encoding conversion outside a transaction
Date: 2016-03-21 11:02:43
Message-ID: 15398d75962.11226fa5412889.4429713972401504333@zohocorp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Thanks Tom, Its working!

Btw, may I know why it is still in Todo list?

Regards,

Srivathson.

---- On Fri, 18 Mar 2016 05:06:24 +0530 Tom Lane &lt;tgl(at)sss(dot)pgh(dot)pa(dot)us&gt;wrote ----

srivathson(dot)k(at)zohocorp(dot)com writes:

&gt; Bug reference: 14028

&gt; Logged by: Srivathson KK

&gt; Email address: srivathson(dot)k(at)zohocorp(dot)com

&gt; PostgreSQL version: 9.4.0

&gt; Operating system: Windows Server 2008 R2 - Korean

&gt; Description:

&gt; I m trying to install PostgreSQL server 9.4.0 in Korean Windows Server 2008

&gt; R2 operating system.

&gt; I performed initdb using the command (initdb.exe -D ..\data -U postgres

&gt; --no-locale -E UTF8).

&gt; I m trying to start database server using the command (pg_ctl.exe -D ..\data

&gt; start). I ended up with the following error.

&gt; FATAL: cannot perform encoding conversion outside a transaction

The release notes for 9.4.5 mention a bug fix that seems to match

this symptom. Please update.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message rpegues 2016-03-21 14:39:27 BUG #14038: substring cuts unicode char in half, allowing to save broken utf8 into table
Previous Message Inoue, Hiroshi 2016-03-21 10:41:06 Re: Re: [BUGS] BUG #14023: pq odbc driver crashed while get data from boolean column