Bug report

Поиск
Список
Период
Сортировка
От Pascal Van Puymbroeck
Тема Bug report
Дата
Msg-id 46F9620A.5030004@zenonproductions.be
обсуждение исходный текст
Список pgadmin-support
<b>PGadmin version 1.6.3 release 6112 on windows<br /> from the binary zip file from postgres8.2.5</b><br /><br />
Creatinga sequence by means of the graphical interface works, though a subsequent select nextval() claims he can't find
thesequence<br /><br /> the script that is created:<br /><br /><font face="Courier New">-- Sequence: "Uqn7"<br /><br />
--DROP SEQUENCE "Uqn7";<br /><br /> CREATE SEQUENCE "Uqn7"<br />   INCREMENT 1<br />   MINVALUE 1<br />   MAXVALUE
9223372036854775807<br/>   START 3<br />   CACHE 1<br />   CYCLE;<br /> ALTER TABLE "Uqn7" OWNER TO live;<br
/></font><br/> If I create the sequence without the double quotes<br /><br /><font face="Courier New, Courier,
monospace">--Sequence: "Uqn7"<br /><br /> -- DROP SEQUENCE "Uqn7";<br /><br /> CREATE SEQUENCE Uqn7<br />   INCREMENT
1<br/>   MINVALUE 1<br />   MAXVALUE 9223372036854775807<br />   START 3<br />   CACHE 1<br />   CYCLE;<br /> ALTER
TABLEUqn7 OWNER TO live;</font><br /><br /> The sequence is created and works !<br /><br /> Pascal Van Puymbroeck<br />
ZENONproductions bvba<br /> BELGIUM<br /><br /><br /><br /><br /><br /> 

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: 1.8-Beta5 Bug: sequence properties dialog produces wrong sql statement order
Следующее
От: "Alejandro Gasca"
Дата:
Сообщение: SSL problem in pgAdmin3 1.8.0 beta 5