Re: stand-alone composite types patch (was [HACKERS] Proposal: stand-alone composite types)
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Joe Conway <mail@joeconway.com>
Cc: Patches <pgsql-patches@postgresql.org>
Date: 2002-08-09T03:51:51Z
Lists: pgsql-hackers
Joe Conway <mail@joeconway.com> writes: > Tom Lane wrote: > Shouldn't "integer" be recognized as a valid type? >> Not when double-quoted; you are being overzealous about quoting. > I figured that out (new patch works "correctly"), but it does seem > inconsistent: Would you expect "point[]" and point[] to be the same? The actual type name is int4. int4 and "int4" act the same. Aliases like int and integer are special keywords and so are not recognized when quoted. regards, tom lane