Alexandr S wrote:
Andreas Pflug wrote:
Alexandr S wrote:
It can be usually opened with Opera or Mozilla Firebird having
set before Character Coding to windows-1251. May be fonts don t
support russian language. Any way with text_s_unicodein unicode
there is the same problem: I can t ex
Andreas Pflug wrote:
Alexandr S wrote:
It can be usually opened with Opera or Mozilla Firebird having
set before Character Coding to windows-1251. May be fonts don t
support russian language. Any way with text_s_unicodein unicode
there is the same problem: I can t export such data from
Alexandr S wrote:
It can be usually opened with Opera or Mozilla Firebird having set
before Character Coding to windows-1251. May be fonts don t support
russian language. Any way with text_s_unicodein unicode there is
the same problem: I can t export such data from Query Window ( Pgadmi
Andreas Pflug wrote:
Then I have to open pgadmin again. Fortunately data didn t lose. Then
I open Query Tool and type:"SELECT * from mytable;" . Result of
the query is right. Then I try to export data but I cann t do that
because pgadmin suddenly shut down without saving any data.
text_
Hi Alexandr,
please do not post only to persons, but at least cc the list to avoid
messages being lost.
Hi
-In console:
CREATE DATABASE mydb WITH ENCODING = 'KOI8';
CREATE TABLE mytable ( моя_колонка varchar ) WITH OIDS;
Then I open pgadmin, open View Data and insert into mytable text_s