Re: libpq CREATE DATABASE operation from multiple treads - Mailing list pgsql-sql

From Tom Lane
Subject Re: libpq CREATE DATABASE operation from multiple treads
Date
Msg-id 2631121.1602190654@sss.pgh.pa.us
Whole thread Raw
In response to Re: libpq CREATE DATABASE operation from multiple treads  (p.sun.fun@gmail.com)
List pgsql-sql
p.sun.fun@gmail.com writes:
> On Thu, 2020-10-08 at 16:36 -0400, Tom Lane wrote:
>> You'd be better off to connect to some other database than template1;

> What would be the best strategy to create a database from user
> standpoint of view?

Connect to the postgres database.  That's what it's there for.

            regards, tom lane



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: libpq CREATE DATABASE operation from multiple treads
Next
From: p.sun.fun@gmail.com
Date:
Subject: Re: libpq CREATE DATABASE operation from multiple treads