Here are the permissions on pg_xlog: drwx------ 3 postgres postgres 4096 Sep 13 22:19 pg_xlog
And here is ls -ld: [r...@ittdev1 data]# ls -ld pg_xlog drwx------ 3 postgres postgres 4096 Sep 13 22:19 pg_xlog Thanks, Cory > From: Tom Lane <[email protected]> > Date: Mon, 14 Sep 2009 11:59:21 -0400 > To: Cory Isaacson <[email protected]> > Cc: <[email protected]> > Subject: Re: [GENERAL] Checkpoint request failed, permission denied > > Cory Isaacson <[email protected]> writes: >> They look right to me. Below are the permissions and process list. I ended >> up rebuilding the data directory since it was just a test database, so far >> so good. The permissions and setup were exactly the same before I did this. > >> [r...@ittdev1 data]# ls -l pg_xlog > > This doesn't actually show the permissions or ownership of pg_xlog > itself, only its contents ... > > regards, tom lane -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
