Re: pgAdmin III Query Tool bug

From: Andrew <archa(at)pacific(dot)net(dot)au>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: pgAdmin III Query Tool bug
Date: 2008-01-08 03:34:36
Message-ID: 4782EF4C.4040003@pacific.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Hiroshi Saito 2008-01-08 05:25:58 Re: pgAdmin III Query Tool bug
Previous Message Andrew 2008-01-08 03:04:40 Re: pgAdmin III Query Tool bug

Browse pgadmin-support by date

  From Date Subject
Next Message Hiroshi Saito 2008-01-08 05:25:58 Re: pgAdmin III Query Tool bug
Previous Message Andrew 2008-01-08 03:04:40 Re: pgAdmin III Query Tool bug