On Wednesday 17 October 2007 03:05:22 Alexis Beuraud wrote: > Hello all > > Is there a way to execute a SQL script whenever the Postgres server starts > up? > I would like to run the SQL command "analyze" at startup time. (I might use > more complicated scripts in the future). > > I have not found any related entry in postgresql.conf. > I have been looking for the keywords init, startup in the FAQ and the > mailing lists but I have not found the answer. > Please provide an answer which would work both on Windows and Linux. > Regards, > Alexis > > ---------------------------(end of broadcast)--------------------------- > TIP 6: explain analyze is your friend for a UNIX/Linux box you could tweak the postgresql service script (i.e. /etc/init.d/postgresql) adding the analyze to the start (and restart if desired) processes /Kevin -------------------------------------------------------------------------- Your mouse has moved. Windows must restart to affect the change(s) Reboot now [Y/y] ? --------------------------------------------------------------------------- ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match