On Tue, 2006-02-28 at 18:37 -0400, Tom Lane wrote:
> Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit
> creation of a shell type.
BTW, I noticed that it would be nice to make use of this syntax among
for contrib/ -- if nothing else to avoid the ugly "NOTICE" that is
currently emitted in many cases describing the implicit creation of a
shell type.
-Neil
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match