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

From: srivathson(dot)k(at)zohocorp(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14028: FATAL: cannot perform encoding conversion outside a transaction
Date: 2016-03-17 13:39:38
Message-ID: 20160317133938.5238.78402@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14028
Logged by: Srivathson KK
Email address: srivathson(dot)k(at)zohocorp(dot)com
PostgreSQL version: 9.4.0
Operating system: Windows Server 2008 R2 - Korean
Description:

I m trying to install PostgreSQL server 9.4.0 in Korean Windows Server 2008
R2 operating system.

I performed initdb using the command (initdb.exe -D ..\data -U postgres
--no-locale -E UTF8).

I m trying to start database server using the command (pg_ctl.exe -D ..\data
start). I ended up with the following error.

FATAL: cannot perform encoding conversion outside a transaction

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2016-03-17 13:41:34 Re: [HACKERS] pgbench -C -M prepared gives an error
Previous Message Michael Paquier 2016-03-17 13:20:14 Re: [HACKERS] pgbench -C -M prepared gives an error