Re: pgAggregate problem any function - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: pgAggregate problem any function
Date
Msg-id 3F5DCDA1.4060700@pse-consulting.de
Whole thread Raw
In response to Re: pgAggregate problem any function  ("Dave Page" <dpage@vale-housing.co.uk>)
List 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


pgadmin-hackers by date:

Previous
From: Jean-Michel POURE
Date:
Subject: Re: Build System/translations
Next
From: "Dave Page"
Date:
Subject: Re: Build System/translations