Re: tsearch patch and namespace pollution
Michael Paesold <mpaesold@gmx.at>
From: Michael Paesold <mpaesold@gmx.at>
To: Bruce Momjian <bruce@momjian.us>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org, Oleg Bartunov <oleg@sai.msu.su>, Teodor Sigaev <teodor@sigaev.ru>
Date: 2007-08-17T11:59:36Z
Lists: pgsql-hackers
Bruce Momjian wrote: > I would be happy if all text search functions began with 'ts', 'ts_', or > 'to_ts', and if we don't clean this up now, it is going to be harder in > the future. +1 from me. \df is also much more useful then. > I think users can expect some migration for text search in > 8.3 as a benefit of getting into core and be dump-able. I guess so. Especially if you change some functions, they will have to change source code anyway. So you can as well cleanup all functions that don't fit into a sound naming schema. Best Regards Michael Paesold