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-000oXV-4X@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_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6a6edc0c8b5f09ce77d0c3940252fd0450c2cb35

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.