Re: pgAdmin III Query Tool bug

Поиск
Список
Период
Сортировка
От Andrew
Тема Re: pgAdmin III Query Tool bug
Дата
Msg-id 4782EF4C.4040003@pacific.net.au
обсуждение исходный текст
Ответ на Re: pgAdmin III Query Tool bug  (Andrew <archa@pacific.net.au>)
Список 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




В списке pgadmin-support по дате отправления:

Предыдущее
От: Andrew
Дата:
Сообщение: Re: pgAdmin III Query Tool bug
Следующее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: pgAdmin III Query Tool bug