pgsql: doc: make "datadir" argument specification more specific

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: make "datadir" argument specification more specific
Date: 2026-03-23 16:13:52
Message-ID: E1w4hua-0016Y1-0C@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: make "datadir" argument specification more specific

Previously these cases were listed as "directory".

Author: Peter Smith

Discussion: https://postgr.es/m/CAHut+PvCOQqMi0zRk3GecbYzm5xX1wQixxm9Qs3oXXr5fFCUgw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0a68fd70cb87ae08c72c3bb626d9b277dd5eb937

Modified Files
--------------
doc/src/sgml/ref/initdb.sgml | 6 +++---
doc/src/sgml/ref/pg_checksums.sgml | 4 ++--
doc/src/sgml/ref/pg_createsubscriber.sgml | 4 ++--
doc/src/sgml/ref/pg_rewind.sgml | 10 +++++-----
4 files changed, 12 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2026-03-23 18:49:14 pgsql: Doc: document how EXPLAIN ANALYZE reports parallel queries.
Previous Message Tom Lane 2026-03-23 15:14:29 pgsql: Improve commentary about ChangeVarNodesWalkExpression().