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.96) (envelope-from ) id 1w4hv7-002TUF-1d for pgsql-hackers@arkaria.postgresql.org; Mon, 23 Mar 2026 16:14:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1w4hv5-001GHJ-36 for pgsql-hackers@arkaria.postgresql.org; Mon, 23 Mar 2026 16:14:24 +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.96) (envelope-from ) id 1w4hv5-001GHB-24 for pgsql-hackers@lists.postgresql.org; Mon, 23 Mar 2026 16:14:24 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1w4hv3-00000000irX-1YS0 for pgsql-hackers@lists.postgresql.org; Mon, 23 Mar 2026 16:14:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2026010100; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description; bh=UPX73+jfVPExDEbQuGL2zSvvw1VferBThYjRaZeL0Aw=; b=weA/j t2eWOT8rFK04mRnm67Vj3xV5rICex3kZgBbEt4FoZxpvpQWnlN/KyWk9OxgcgktsOeOchBzSc4ad0 MY3WyNIbSOJUWm4w0cLfphkwL9NmkUge1P7ANJ4Rxq9Sn+sxl4ccD7yWffxxjw3Dy0d8KF6EKkaCy FXpPPF41acerhauCRtucx64+XiPotX91NJMlW7x5VGP621TjCJSRCImXLd4oddrNUARu3lP/jDAxz qps6M3s+EvMBj7uRBiEPwN5MnzhcI8yMAWBKQN0E+SisZ+B6ynaCd7oJCy66qC21yX/cE7RDd1dr2 aKxxZKBQTedNPljf5NU4awAHiLf3Q==; Received: from bruce by momjian.us with local (Exim 4.98.2) (envelope-from ) id 1w4hv1-0000000DxdQ-3P9R; Mon, 23 Mar 2026 12:14:19 -0400 Date: Mon, 23 Mar 2026 12:14:19 -0400 From: Bruce Momjian To: Peter Smith Cc: PostgreSQL Hackers Subject: Re: DOCS - System Applications 'datadir' parameter Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Wed, Feb 18, 2026 at 06:27:50PM +1100, Peter Smith wrote: > Hi. > > In most places, each of the Server Application documentation pages [1] > refers to the directory where the database cluster lives as 'datadir'. > However, a few places called it 'directory' instead. > > This patch changes the outliers also to 'datadir', making everything > more consistent. Good catch. These clearly need to be datadirs and not just any directory. Patch applied to master, thanks. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future.