Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t4zdG-003QyE-SW for pgsql-general@arkaria.postgresql.org; Sun, 27 Oct 2024 09:32:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1t4zdD-00FLEx-P3 for pgsql-general@arkaria.postgresql.org; Sun, 27 Oct 2024 09:32:20 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t4zdD-00FLEp-Dp for pgsql-general@lists.postgresql.org; Sun, 27 Oct 2024 09:32:19 +0000 Received: from smtp105.iad3b.emailsrvr.com ([146.20.161.105]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t4zdB-003EIS-1p for pgsql-general@postgresql.org; Sun, 27 Oct 2024 09:32:19 +0000 X-Auth-ID: xof@thebuild.com Received: by smtp6.relay.iad3b.emailsrvr.com (Authenticated sender: xof-AT-thebuild.com) with ESMTPSA id A163020257 for ; Sun, 27 Oct 2024 05:32:14 -0400 (EDT) From: Christophe Pettus Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51\)) Subject: Setting "ucs_basic" as the default database collation Message-Id: Date: Sun, 27 Oct 2024 11:31:41 +0200 To: pgsql-general X-Mailer: Apple Mail (2.3776.700.51) X-Classification-ID: 46077650-c583-4741-9b67-b06eb1d91c54-1-1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Is there a way to specify "ucs_basic" (or the other "standard = collations" [1]) collation as the default database collation at database = creation time, rather than on a per-column or per-operation basis? [1] = https://www.postgresql.org/docs/current/collation.html#COLLATION-MANAGING-= STANDARD=