Re: " keywords... Is it normal ?

Поиск
Список
Период
Сортировка
От Raphaël Enrici
Тема Re: " keywords... Is it normal ?
Дата
Msg-id 4140BBFE.1050601@club-internet.fr
обсуждение исходный текст
Ответ на " keywords... Is it normal ?  (Raphaël Enrici <blacknoz@club-internet.fr>)
Ответы Re: " keywords... Is it normal ?  (Raphaël Enrici <blacknoz@club-internet.fr>)
Список pgadmin-hackers
Raphaël Enrici wrote:
> Hi,
>
> just noticed something I was not used to see. Is it normal that some
> postgre keywords are quoted ?
> http://www.enrici.com/pgadmin/SCREENSHOTS/Scr-1.1.0.20040908.png
>

Note that it gives me a sql source which is unusable in the query
window... Example:
-- Table: pages

DROP TABLE pages;

CREATE TABLE pages
(
   page "varchar"(50) NOT NULL DEFAULT ''::character varying,
   content oid NOT NULL,
   changetime "timestamp" NOT NULL
)
WITH OIDS;
GRANT ALL ON TABLE pages TO ralph WITH GRANT OPTION;
GRANT ALL ON TABLE pages TO GROUP "\""www-data\""";

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

Предыдущее
От: Raphaël Enrici
Дата:
Сообщение: " keywords... Is it normal ?
Следующее
От: Raphaël Enrici
Дата:
Сообщение: Re: " keywords... Is it normal ?