Re: [QUESTIONS] Accessing Postgresfrom JBuilder using JDBC

From: Peter T Mount <postgresdev(at)maidast(dot)demon(dot)co(dot)uk>
To: Patrick Scott Pierce <pspierce(at)slacker(dot)design(dot)mindspring(dot)net>
Cc: Pierre Habraken <Pierre(dot)Habraken(at)ujf-grenoble(dot)fr>, Aaron Dunlop <dunlopa(at)adscomputers(dot)com>, pgsql-questions(at)postgresql(dot)org, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [QUESTIONS] Accessing Postgresfrom JBuilder using JDBC
Date: 1998-03-21 10:04:55
Message-ID: Pine.LNX.3.95.980321100358.15102A-100000@maidast
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Fri, 20 Mar 1998, Patrick Scott Pierce wrote:

> You did use it '-i' switch in starting postmaster, right? (sorry if you
> have already gone through that one).
>
> Also, I don't use the user and password fields but instead supply it in
> the URL, like so:
> jdbc:postgresql://some.domain.somewhere.com/database?user=postgres&password=something&auth=password

the auth parameter is no longer valid for the 6.3 driver, as the backend
now supplies this information on connection.

--
Peter T Mount petermount(at)earthling(dot)net or pmount(at)maidast(dot)demon(dot)co(dot)uk
Main Homepage: http://www.demon.co.uk/finder
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter(at)maidstone(dot)gov(dot)uk

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message B. Schnhammer 1998-03-21 10:07:20 subscribe
Previous Message David Foster 1998-03-21 02:57:58 Re: [INTERFACES] Latest postodbc?