pgsql: doc: simplify WITH clause syntax in CREATE DATABASE

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: simplify WITH clause syntax in CREATE DATABASE
Date: 2022-08-31 21:09:12
Message-ID: E1oTUxU-000oXR-3c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: simplify WITH clause syntax in CREATE DATABASE

Reported-by: Rob <rirans(at)comcast(dot)net>

Discussion: https://postgr.es/m/20211016171149.yaouvlw5kvux6dvk@localhost

Author: Rob <rirans(at)comcast(dot)net>

Backpatch-through: 10

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3da5ecb98c80be0a5c8064b7e4b8f147862f1581

Modified Files
--------------
doc/src/sgml/ref/create_database.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2022-08-31 23:08:38 pgsql: Be smarter about freeing tuples during tuplesorts
Previous Message Tom Lane 2022-08-31 20:23:49 pgsql: Prevent long-term memory leakage in autovacuum launcher.