Re: pgAggregate problem any function

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: pgAggregate problem any function
Дата
Msg-id 03AF4E498C591348A42FC93DEA9661B844B5BE@mail.vale-housing.co.uk
обсуждение исходный текст
Ответ на pgAggregate problem any function  ("Hiroshi Saito" <saito@inetrt.skcapi.co.jp>)
Ответы Re: pgAggregate problem any function  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgadmin-hackers
Thanks Hiroshi, patch applied (I ran into that problem in pga2!)

Regards, Dave.

> -----Original Message-----
> From: Hiroshi Saito [mailto:saito@inetrt.skcapi.co.jp]
> Sent: 09 September 2003 06:17
> To: Andreas Pflug
> Cc: pgadmin-hackers@postgresql.org; Dave Page
> Subject: pgAggregate problem any function
>
>
> Hi Andreas.
>
> There is a problem by handling of any of the input type.
>
> This patch will just be able to do it.
> any -> "any"
>
> But,
> Is it likely to be the problem of parser of postgresql?
> "ANY" is written in the document.
> But, drop isn't made though "ANY" can be registered.
>
> This is with psql.
> saito=# DROP AGGREGATE public.newcnt(any);
> ERROR:  syntax error at or near "any" at character 30
> saito=# DROP AGGREGATE public.newcnt(ANY);
> ERROR:  syntax error at or near "ANY" at character 30
> saito=# DROP AGGREGATE public.newcnt("ANY");
> ERROR:  type "ANY" does not exist
> saito=# DROP AGGREGATE public.newcnt("any");
> DROP AGGREGATE
>
> Any Comment?
>
> Regards,
> Hiroshi Saito
>

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: binary-compatible of pgCast
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: dlgConversion_patch