Re: User Defined Types in Java - Mailing list pgsql-hackers

From Tom Lane
Subject Re: User Defined Types in Java
Date
Msg-id 773.1139495615@sss.pgh.pa.us
Whole thread Raw
In response to Re: User Defined Types in Java  (Martijn van Oosterhout <kleptog@svana.org>)
Responses Re: User Defined Types in Java
Re: User Defined Types in Java
List pgsql-hackers
Martijn van Oosterhout <kleptog@svana.org> writes:
> Actually, I'm think this whole automatic creation of a shell-type a bit
> silly anyway. Why not simply solve the problem directly like so:

> CREATE TYPE complex AS SHELL;

One of the unwritten consequences of the way that it works now is that
only superusers can "clutter the catalogs" with shell types.  Not sure
how important that is, but I suspect that the system is not all that
robust against use of shell types where a completed type is expected.
You'd have to go over a lot of code with a fine-tooth comb before
putting this ability into the hands of ordinary users, else you'd be
creating loopholes for DOS attacks (or worse).

Having said that, I agree that this seems conceptually cleaner, though
I'm not sure we could ever get rid of the old way because of backward
compatibility issues.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: User Defined Types in Java
Next
From: Andrew Dunstan
Date:
Subject: Re: pg_hba.conf alternative