Tom Lane wrote: > I favor using IMPLICIT, which would make the syntax of CREATE CAST be > > CREATE CAST (sourcetype AS targettype) > WITH FUNCTION funcname (argtype) > [ AS ASSIGNMENT | IMPLICIT ] > > CREATE CAST (sourcetype AS targettype) > WITHOUT FUNCTION > [ AS ASSIGNMENT | IMPLICIT ] > > Or possibly it should be AS IMPLICIT?
I think AS IMPLICIT would be better because we have other AS [var] clauses. -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])