binary-compatible of pgCast

Поиск
Список
Период
Сортировка
От Hiroshi Saito
Тема binary-compatible of pgCast
Дата
Msg-id 022f01c3767c$f4d2e4f0$1f324d80@w2k
обсуждение исходный текст
Список pgadmin-hackers
Hi Dave.

I have one cast of binary-compatible for largeobject.
Though it is hardly made except for it,
it thinks that we must show the policy of it.

This is made by psql.
CREATE CAST (lo AS integer) WITHOUT FUNCTION;
It doesn't appear on pgadmin for the limitation.

But, though it is binary-compatible,
Cast of the next which is supposed to be restricted can be made by Dialog.
CREATE CAST (timestamp AS int8)  WITHOUT FUNCTION  AS EXPLICIT;
This shouldn't be made if it is here because it is restricted.

I want to handle this as an effective thing.
It can be handled with this patch.
Any Comment?

Regards,
Hiroshi Saito





Вложения

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: frmMain_patch
Следующее
От: "Hiroshi Saito"
Дата:
Сообщение: pgAggregate problem any function