|
From: Jonas S. <dr...@jo...> - 2002-03-07 14:20:55
|
Hi all, I just upgraded to PostgreSQL 7.2 and ran into trouble. I believe I solved the problem and want to share it with you (sorry if it is already covered somewhere): The sql dumps had lines like the following "transdate" date DEFAULT 'current_date' which PostgreSQL 7.2 dislikes. A simple search and replace did the trick: s/'current_date'/CURRENT_DATE/ - Jonas -- Jonas Smedegaard (+45 40843136) http://dr.jones.dk/~jonas/ Spiff ApS (= IT-guide dr. Jones ApS) http://dr.jones.dk/ Debian GNU/Linux developer http://people.debian.org/~js/ |