Обсуждение: Re: JDBC / pgpass

Поиск
Список
Период
Сортировка

Re: JDBC / pgpass

От
Scott Langley
Дата:
Thanks for trying.

I actually coded a implementation that works for me based on code from:

    py-postgresql-0.9.3/postgresql/pgpassfile.py
    pgjdbc/org/postgresql/Driver.java - for JDBC URL parsing
    and making use of the org.apache.commons.csv library - for line parsing.

Now, if someone else wants this code to be released, I'll need to get
permission from my boss.

Regards,

Scott
--
Scott Langley
Systems Analyst/Programmer
Statistical Center for HIV/AIDS Research and Prevention (SCHARP)
Fred Hutchinson Cancer Research Center
Seattle, Washington

slangley@scharp.org
(206) 667-5117
Fax (206) 667-4812


Christopher Browne wrote:
> I spoke with the fellow that had built some integration to read
> .pgpass-formatted data via JDBC; he tells me he won't likely have time
> any time soon to go to the effort of extricating the relevant code
> such that it could be released.  There was apparently no huge issue
> involved in implementing it, so reimplementing shouldn't be notably
> difficult.
>
> Sorry there's no code, but it's frequently at least worth asking.
>
>