Re: Redo CREATE DATABASE

2025-11-17 Thread Laurenz Albe
On Mon, 2025-11-17 at 09:59 +, COURTAULT Francois wrote: > I am looking to an old document where we (I was not there at that time) setup > a database. > Unfortunately, I was not able to find the CREATE DATABASE instruction used. > It is not in any of our docs☹ > At https://www.postgresql.org/

Re: Redo CREATE DATABASE

2025-11-17 Thread Adrian Klaver
On 11/17/25 01:59, COURTAULT Francois wrote: THALES GROUP LIMITED DISTRIBUTION to email recipients Hello everyone, I am looking to an old document where we (I was not there at that time) setup a database. Unfortunately, I was not able to find the CREATE DATABASE instruction used. It is not

Re: Redo CREATE DATABASE

2025-11-17 Thread Greg Sabino Mullane
If you had log_statement set to something other than 'none', the create database statement will appear in your database logs. If you don't have it set, today would be a great day to set it to 'ddl'. https://www.postgresql.org/docs/17/runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT Cheer

Re: Redo CREATE DATABASE

2025-11-17 Thread Guillaume Lelarge
Hi, On 17/11/2025 10:59, COURTAULT Francois wrote: THALES GROUP LIMITED DISTRIBUTION to email recipients Hello everyone, I am looking to an old document where we (I was not there at that time) setup a database. Unfortunately, I was not able to find the CREATE DATABASE instruction used. It

Redo CREATE DATABASE

2025-11-17 Thread COURTAULT Francois
THALES GROUP LIMITED DISTRIBUTION to email recipients Hello everyone, I am looking to an old document where we (I was not there at that time) setup a database. Unfortunately, I was not able to find the CREATE DATABASE instruction used. It is not in any of our docs ☹ At https://www.postgresql.or