Re: Problem creating database with Postgres 10.4 on MacOS Sierra

2018-05-28 Thread Khushboo Vashi
On Mon, May 28, 2018 at 8:43 PM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > This issue has been already reported. https://redmine.postgresql.org > /issues/3361 > > For time being, you can set the 'Show system objects?' to True to list > down the template0 and template1. > T

Re: Problem creating database with Postgres 10.4 on MacOS Sierra

2018-05-28 Thread Khushboo Vashi
Hi, This issue has been already reported. https://redmine.postgresql. org/issues/3361 For time being, you can set the 'Show system objects?' to True to list down the template0 and template1. This is just a work around, this issue will be fixed. Thanks, Khushboo On Mon, 28 May 2018, 20:28 Steve

Problem creating database with Postgres 10.4 on MacOS Sierra

2018-05-28 Thread Steve Hawes
Hi, I have just installed a clean copy of Postgres 10.4 and pgAdmin4 V3.0. When I try to create a new DB I cannot select template0 or template1 as the template because they do not appear in the list. If I execute: select datname,datistemplate from pg_database; I get the following output: datn