bonolin <[EMAIL PROTECTED]> writes: > I install postgres 7.1 on solaris 2.6(sparc cpu).And create some > db,runing normal.Today,I want to restart the database,it report > "FATAL 1: configuration file `postgresql.conf' has wrong > permissions",I check and change the permission to 775 ,but fail > either,can you help.I need your help. Thanks! A look at the source code shows it wants 744 or less. This is probably overly restrictive; in fact, I would argue that there should be no such check at all. We do not do runtime checks for permissions on any other files, and some of them are far more sensitive than postgresql.conf (password files for example). Peter, what is the rationale for having this check? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html