Re: Which background task looks for pg_xlog in 10? - Mailing list pgsql-general

From pavan95
Subject Re: Which background task looks for pg_xlog in 10?
Date
Msg-id 1535446025143-0.post@n3.nabble.com
Whole thread Raw
In response to Which background task looks for pg_xlog in 10?  (Johann Spies <johann.spies@gmail.com>)
List pgsql-general
Hi Johann,

>>postgres postgres@template1 ERROR:  could not open directory  "pg_xlog":
No such file or directory 

AFAIK, pg_xlog directory is changed to pg_wal in postgres 10. So pg_xlog
directory can't be found.

Did you connect to template1 database? Being a role model database for any
newly created database it is recommended not to connect to template1.
Instead you can connect to postgres db to view any type of info.

Hope this info helps you. Thanks.

Regards,
Pavan



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html


pgsql-general by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: Which background task looks for pg_xlog in 10?
Next
From: Olivier Macchioni
Date:
Subject: Granting a user the privilege to create views?