Re: Postgresql 18 Linux (all flavors) - with installation, create new instance/main database - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: Postgresql 18 Linux (all flavors) - with installation, create new instance/main database
Date
Msg-id CAKFQuwZ=ifexY3-a5mj8joShOT6BfBR25YdCGZFarRmBgVE3Rg@mail.gmail.com
Whole thread
In response to Postgresql 18 Linux (all flavors) - with installation, create new instance/main database  (Dutch Glory <dutch.glory@yahoo.com>)
Responses Re: Postgresql 18 Linux (all flavors) - with installation, create new instance/main database
List pgsql-hackers
On Thursday, May 7, 2026, Dutch Glory <dutch.glory@yahoo.com> wrote:

proposal:
Postgresql 18 Linux (all flavors) - with installation, create new instance/main database:
sudo -u postgres /usr/pgsql-18/bin/pg_ctl -D /var/lib/pgsql/18/data/ initdb


No, make/ninja install should not create a database.  That is outside its appropriate responsibilities.  Installing from source stops once the binaries are installed.  Using the installed product is up to the user.

David J.

pgsql-hackers by date:

Previous
From: "Euler Taveira"
Date:
Subject: Re: Include schema-qualified names in publication error messages.
Next
From: Andy Fan
Date:
Subject: Re: Make printtup a bit faster