Re: pgAggregate problem any function
От
Andreas Pflug
Тема
Re: pgAggregate problem any function
Дата
Msg-id
3F5DCDA1.4060700@pse-consulting.de
Ответ на
Re: pgAggregate problem any function (Dave Page)
Список
Дерево обсуждения
Re: pgAggregate problem any function "Hiroshi Saito" <saito@inetrt.skcapi.co.jp>
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 по дате отправления