BUG #6344: Trouble with plperl

From: k_denisov(at)inbox(dot)ru
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6344: Trouble with plperl
Date: 2011-12-18 08:25:56
Message-ID: E1RcC4C-0005Xp-LP@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: 6344
Logged by: Kirill
Email address: k_denisov(at)inbox(dot)ru
PostgreSQL version: 9.1.2
Operating system: Linux Debian
Description:

plperl function:
open(FILE,">>/test/test.txt");
print FILE "Проверка(Cyrillic text)";
close FILE;
Base codepage and client codepage cp1251.
Record in file broken codepage.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Noah Misch 2011-12-18 16:53:08 Re: fatal flex error in guc-file.l kills the postmaster
Previous Message Tom Lane 2011-12-18 04:04:43 Re: fatal flex error in guc-file.l kills the postmaster