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 1t8OOo-003ufQ-2a for pgadmin-support@arkaria.postgresql.org; Tue, 05 Nov 2024 18:35:29 +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 1t8OOl-00HMpL-9j for pgadmin-support@arkaria.postgresql.org; Tue, 05 Nov 2024 18:35:27 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t8OOl-00HMpD-2I for pgadmin-support@lists.postgresql.org; Tue, 05 Nov 2024 18:35:27 +0000 Received: from four.baremetal.com ([67.223.102.125]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t8OOi-000LVj-1u for pgadmin-support@postgresql.org; Tue, 05 Nov 2024 18:35:25 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=darrenduncan.net; h= message-id:date:mime-version:to:from:subject:content-type :content-transfer-encoding; s=2024062918; bh=wnf3fCzJWSUrb4npG3i vMCznjRE=; b=MOI6cNQVrce3zqe8C4J5v9a2KqLkt9CH6tCTnnbwDrnl1hAUzR+ NJcI2GY5/waZhGw0W2O+CJrmwZh3LAxVS8S2f5tAiJraSCY5Oy+lYHYBjMypjawR 4aerHjg/uL1VKGmFLl6P2nDiq5H/UJxr0a+cibRhmYbLnr5kW7Fi+HZo= Received: from [192.168.0.40] (107-190-19-247.cpe.teksavvy.com [107.190.19.247]) by four.baremetal.com (8.15.2/8.15.2) with ESMTP id 4A5IZ23j1501922 for ; Tue, 5 Nov 2024 10:35:03 -0800 Message-ID: Date: Tue, 5 Nov 2024 10:35:21 -0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: pgAdmin Support Content-Language: en-US From: Darren Duncan Subject: Feature request - Pg 17 builtin locale provider Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I'm using the latest pgAdmin and notice that its "create database" GUI feature lacks the new "builtin" option of Postgres 17 for locale provider and related options like "C.UTF-8" so I could only create a database with the "builtin" provider using hand written SQL. https://www.postgresql.org/docs/current/sql-createdatabase.html Also, a word of warning, apparently I can only create a database with that locale if "template0" is used as the baseline, and not "template1" as it comes from the factory. Can support for this feature etc be added to the next pgAdmin version? Thank you. -- Darren Duncan