From: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
---|---|
To: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
Cc: | Hiroshi Saito <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>, pgadmin-hackers(at)postgresql(dot)org |
Subject: | Re: pgAggregate problem any function |
Date: | 2003-09-09 12:54:57 |
Message-ID: | 3F5DCDA1.4060700@pse-consulting.de |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Dave Page wrote:
>
>I guess we should really check them all. Can we jsut lift the relevant
>bits of
>http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/pars
>er/keywords.c?rev=1.141&content-type=text/x-cvsweb-markup, or would you
>prefer it was done a different way?
>
I just added this to qtIdent using the original pgsql files, but I
wasn't too happy with it currently commented out).
We need to have at least two qtIdent varieties, because there are cases
when we *need* non-quoted keywords.
while
CREATE TABLE (colname "char")
is valid,
CREATE TABLE (colname "char"(20))
is not.
Regards,
Andreas
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2003-09-09 12:58:22 | Re: Build System/translations |
Previous Message | Jean-Michel POURE | 2003-09-09 12:39:14 | Re: Build System/translations |