On 2009-02-10, Thomas Guettler <[email protected]> wrote: > Hi, > > my logfiles all have this permission: > > -rw------- 1 postgres postgres 14841 10. Feb 08:52 > postgresql-2009-02-10_000000.log > > Is it possible that postgres creates group readable files?
you could patch and recompile the source. But it may be easier to create the logfile with the permissions you want before starting postgres. (you can do that in the init.d script that launches postgres) -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
