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 < [email protected]> 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

Re: pgadmin4 3.0: OpenTagNotFoundError

2018-05-28 Thread Christoph Berg
Re: David Gilman 2018-05-27 > The error is intermittent, it seems that by restart apache you can > sometimes make it work but right now I seem to be in a situation where I > can't get pgadmin4 to start at all. > Flask-HTMLmin==1.3.2 > htmlmin==0.1.11 You need htmlmin 0.1.12: https://github.com