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/
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
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
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