binary-compatible of pgCast - Mailing list pgadmin-hackers

From Hiroshi Saito
Subject binary-compatible of pgCast
Date
Msg-id 022f01c3767c$f4d2e4f0$1f324d80@w2k
Whole thread Raw
List 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





Attachment

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: frmMain_patch
Next
From: "Hiroshi Saito"
Date:
Subject: pgAggregate problem any function