Tom Lane wrote:
"Joshua D. Drake" <[EMAIL PROTECTED]> writes:
1. Fix makefiles so that contrib modules such as pgcrypto are not pg_crypto
2. Move directories to reflect above
3. Fix source and makefiles within sub project directories to create
binaries and libs with correct output.. thus libpgcrypto.so.0.0 would
become libpg_crypto.so.0.0
That will lose the CVS history of the modules, which is not worth the
small benefit gained from more consistent-looking names. Renaming
existing shared libraries is also a very bad idea, because it will
break existing dump scripts.
I don't know when that TODO item got put in, but it's a stupid idea.
O.k. just trying to help :)
Joshua D. Drake
regards, tom lane
--
=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match