perl namespace for postgres specific modules?

From: "Andrew Hammond" <andrew(dot)george(dot)hammond(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: perl namespace for postgres specific modules?
Date: 2006-08-11 22:57:42
Message-ID: 1155337061.981551.197690@i42g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Thoughts?

Drew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ian Barwick 2006-08-11 23:16:56 Re: perl namespace for postgres specific modules?
Previous Message Jim C. Nasby 2006-08-11 22:11:03 Re: [PATCHES] extension for sql update