Re: Which background task looks for pg_xlog in 10?

From: pavan95 <pavan(dot)postgresdba(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Which background task looks for pg_xlog in 10?
Date: 2018-08-28 08:47:05
Message-ID: 1535446025143-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Johann,

>>postgres postgres(at)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Olivier Macchioni 2018-08-28 08:48:32 Granting a user the privilege to create views?
Previous Message Andreas Kretschmer 2018-08-28 08:45:35 Re: Which background task looks for pg_xlog in 10?