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