How to change the date in a postgres database via JDBC
- From: niromon <morin(dot)arnaud(at)gmail(dot)com>
- To: pgsql-jdbc(at)postgresql(dot)org
- Subject: How to change the date in a postgres database via JDBC
- Date: Wed, 24 Feb 2010 09:00:12 -0800 (PST)
- Message-id: <27714250.post@talk.nabble.com> <text/plain>
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.
Home |
Main Index |
Thread Index