Re: perl namespace for postgres specific modules?

From: "Ian Barwick" <barwick(at)gmail(dot)com>
To: "Andrew Hammond" <andrew(dot)george(dot)hammond(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: perl namespace for postgres specific modules?
Date: 2006-08-11 23:16:56
Message-ID: 1d581afe0608111616v56b70edfy2173e7a0e7f68d77@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

11 Aug 2006 15:57:42 -0700, Andrew Hammond <andrew(dot)george(dot)hammond(at)gmail(dot)com>:
> I need to write a perl module which will parse a .pgpass file into a
> reasonable data-structure in memory. I may extend it later to go in the
> other direction (given a populated datastructure, write a .pgpass).
>
> The first question that came to mind is what namespace should I put
> this under? Is there any precedent for perl modules intended to support
> postgresql administration? If not, I suggest
>
> PostgreSQL::pgpass

PostgreSQL sounds like a logical choice. However CPAN - which has
product-specific namespaces such as DB2, MySQL, Msql and Oracle, has
"Postgres" rather than "PostgreSQL" (though there are only two
modules in it, one of which dates from 1998,
see http://cpan.org/modules/by-module/Postgres/ ).

Ian Barwick

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2006-08-11 23:16:58 Re: [HACKERS] Maintaining cluster order on insert
Previous Message Andrew Hammond 2006-08-11 22:57:42 perl namespace for postgres specific modules?