Re: [HACKERS] Built-in casts for ltree

2005-01-24 Thread Tom Lane
"Jim C. Nasby" <[EMAIL PROTECTED]> writes: > contrib/ltree includes text2ltree and ltree2text functions, but no > implicit casts. Is there any particular reason for this? Implicit casts to or from text are evil. regards, tom lane ---(end of broadca

[HACKERS] Built-in casts for ltree

2005-01-24 Thread Jim C. Nasby
contrib/ltree includes text2ltree and ltree2text functions, but no implicit casts. Is there any particular reason for this? --- ltree.sql.in.orig Mon Jan 24 22:47:01 2005 +++ ltree.sql.inMon Jan 24 22:58:40 2005 @@ -155,10 +155,14 @@ AS 'MODULE_PATHNAME' LANGUAGE 'C' WITH (isstrict,isc