CREATE DATABASE command concurrency

From: Wizard Brony <wizardbrony(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: CREATE DATABASE command concurrency
Date: 2024-09-17 21:52:58
Message-ID: 1E5F4E2E-EC7C-40E6-905F-F5EF6565F99A@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

What are the concurrency guarantees of the CREATE DATABASE command? For example, is the CREATE DATABASE command safe to be called concurrently such that one command succeeds and the other reliably fails without corruption?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andy Hartman 2024-09-17 23:10:05 Re: load fom csv
Previous Message Rob Sargent 2024-09-17 19:45:53 Re: load fom csv