How to change the date in a postgres database via JDBC - Mailing list pgsql-jdbc

From niromon
Subject How to change the date in a postgres database via JDBC
Date
Msg-id 27714250.post@talk.nabble.com
Whole thread Raw
Responses Re: How to change the date in a postgres database via JDBC  (Devrim GÜNDÜZ <devrim@gunduz.org>)
List pgsql-jdbc
Hi,

I need to build a JUnit test that involes to change the date of the database
during the test.
I know how to do that with Oracle :
ALTER SYSTEM SET fixed_date = '2003-01-01-10:00:00';

But I work with Postgres now and I've found nothing about it on the web.

Someone can help me ?

have a nice day.

Arnaud
--
View this message in context:
http://old.nabble.com/How-to-change-the-date-in-a-postgres-database-via-JDBC-tp27714250p27714250.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.


pgsql-jdbc by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: COPY problem in JDBC driver
Next
From: Devrim GÜNDÜZ
Date:
Subject: Re: How to change the date in a postgres database via JDBC