Re: pgAdmin III Query Tool bug - Mailing list pgadmin-support

From Hiroshi Saito
Subject Re: pgAdmin III Query Tool bug
Date
Msg-id 0c2601c851b6$f350ddc0$c601a8c0@HP22720319231
Whole thread Raw
In response to pgAdmin III Query Tool bug  (Andrew <archa@pacific.net.au>)
Responses Re: pgAdmin III Query Tool bug
List pgadmin-support
Hi.

Please see,
http://winpg.jp/~saito/pgAdmin/QueryTool_check/
It is necessary to set reading and writing of an option to UTF-8.
Although ANSI and UTF-8 are possible as for reading, the option
is required for writing.

Regards,
Hiroshi Saito

----- Original Message ----- 
From: "Andrew" <archa@pacific.net.au>


As the attachment did not appear to make it through, the actual SQL that
causes the 0 byte save is as follows:

DROP TABLE IF EXISTS bad_data;
CREATE TABLE bad_data ( id int NOT NULL, bad_data varchar(50) NOT NULL, PRIMARY KEY (id)
);



INSERT INTO bad_data (id, bad_data) VALUES(1, 'Dhabīḥah'),(2, 'ذَبِيْحَة');

Cheers,

Andy



---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at
               http://www.postgresql.org/about/donate 



pgadmin-support by date:

Previous
From: Andrew
Date:
Subject: Re: pgAdmin III Query Tool bug
Next
From: Andrew
Date:
Subject: Re: pgAdmin III Query Tool bug