connection variables problem

From: "Badawy, Mohamed" <Mohamed(dot)Badawy(at)ams-europe(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: connection variables problem
Date: 2007-05-02 12:08:29
Message-ID: 8EF82CD876C6F2439EBF55C5A1D9061A429C96@amsmamx01.mannheim-germany.europe.ams.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi am new to postgresql

Am working using maven framework I want to connect to the DB with no
foreign key checking in mysql I use to write (Connection jdbcConnection
= DriverManager.getConnection(


"jdbc:postgresql://localhost:5432/post?sessionVariables=FOREIGN_KEY_CHEC
KS=0", "aaa", "aaa");)

I want the corresponding to in postgresql

THIS EMAIL AND ANY ATTACHED FILES ARE CONFIDENTIAL.
If you are not the intended recipient you are notified that any disclosure, reproduction,copying, distribution, or action taken in reliance on the contents of this information is strictly prohibited. If you have received this transmission in error please notify the sender immediately and then delete this email. Email transmission cannot be guaranteed to be secure or error free as information could be intercepted, corrupted, lost, destroyed,arrive late or incomplete, or contain viruses. The company/sender accepts no liability for any changes made to this email during transmission or any damage caused by any virus transmitted by this email. Any views or opinions expressed in this email are solely those of the author and do not necessarily represent those of the company. The company/sender accepts no liability for the content of this email, or for the consequences of any actions taken on the basis of the information provided, unless that information is subsequently confirmed in writing.

------------------------------------------------------------------------------------------
AMS Advanced Medical Services GmbH, Mannheim
Registered office: Am Exerzierplatz 2, 68167 Mannheim
Register court: Amtsgericht Mannheim, HRB 7462
Managing Director: Dr. Christian Carls
------------------------------------------------------------------------------------------

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message B. Jordan 2007-05-04 16:07:48 error: unterminated dollar-quoted string with 8.2-505.jdbc3.jar?
Previous Message Tom Lane 2007-05-01 16:34:25 Re: JDBC Default Encoding