From: | Bhushan Bhangale <bbhangale(at)Lastminute(dot)com> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: jdbc connection string |
Date: | 2004-01-28 10:47:42 |
Message-ID: | C9590F897BFAD7119E63000BCD6820837BCB24@lmnukpriv.lastminute.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
It works Kris, thanks!
-----Original Message-----
From: Kris Jurka [mailto:books(at)ejurka(dot)com]
Sent: 27 January 2004 19:23
To: Bhushan Bhangale
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] jdbc connection string
On Tue, 27 Jan 2004, Bhushan Bhangale wrote:
> Thanks Kris,
>
> But I am looking for a connection string for postgres in which I can
specify
> username and password as well.
You can pass in the username and password by appending url parameters, for
example:
jdbc:postgresql://localhost:5432/mydb?user=fred&password=secret
Kris Jurka
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faqs/FAQ.html
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
From | Date | Subject | |
---|---|---|---|
Next Message | Kris Jurka | 2004-01-28 12:25:40 | Re: Bug receiving NotificationResponse Message v3 |
Previous Message | Hans Näther | 2004-01-28 10:40:40 | Bug receiving NotificationResponse Message v3 |