Joe Conway <[EMAIL PROTECTED]> writes:Hmmm -- I doubt that would fly, although I see it is specifically allowed as a function name (func_name_keyword list). Anyone have opinions on this either way?
Good point --- it would work today, but any small tweak in the JOIN grammar might force us to reserve the keyword altogether. It'd be safer to use a name that is not an SQL keyword ...
I'm leaning toward implode() and explode() now anyway because split() uses a regex for the delimiter in PHP (and probably Perl), and I was not planning to get that fancy.
Joe
---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faqs/FAQ.html