Re: connection variables problem

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: connection variables problem
Дата
Msg-id Pine.BSO.4.64.0705041214320.20762@leary.csoft.net
обсуждение исходный текст
Ответ на connection variables problem  ("Badawy, Mohamed" <Mohamed.Badawy@ams-europe.com>)
Ответы Re: connection variables problem
Список pgsql-jdbc

On Wed, 2 May 2007, Badawy, Mohamed wrote:

> 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

Postgresql does not offer a similar feature and I see no reason that it
should.  Why would you possibly want to disable your foreign keys?
Perhaps you should be using deferred foreign keys instead?

Kris Jurka


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "B. Jordan"
Дата:
Сообщение: error: unterminated dollar-quoted string with 8.2-505.jdbc3.jar?
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: error: unterminated dollar-quoted string with 8.2-505.jdbc3.jar?