Re: TODO: Rename some /contrib modules from pg* to pg_*

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: TODO: Rename some /contrib modules from pg* to pg_*
Date: 2006-06-08 22:15:33
Message-ID: 4488A185.7000407@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joshua D. Drake wrote:
> Hello,
>
> I read this as:
>
> 1. Fix makefiles so that contrib modules such as pgcrypto are not pg_crypto

err "are now"

>
> 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
>
> Is this correct? If so I personally would like to claim this TODO.
>
> Joshua D. Drake
>

--

=== 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/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Scott Marlowe 2006-06-08 22:22:46 Re: Fabian Pascal and RDBMS deficiencies in fully
Previous Message Tom Lane 2006-06-08 22:14:56 Re: That EXPLAIN ANALYZE patch still needs work