Re: " keywords... Is it normal ?

From: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>, Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: PgAdmin Hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: " keywords... Is it normal ?
Date: 2004-09-09 20:24:30
Message-ID: 4140BBFE.1050601@club-internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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\""";

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Raphaël Enrici 2004-09-09 20:29:33 Re: " keywords... Is it normal ?
Previous Message Raphaël Enrici 2004-09-09 20:21:26 " keywords... Is it normal ?