pgsql: Doc: fix erroneous example.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Doc: fix erroneous example.
Date: 2017-11-08 22:21:07
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix erroneous example.

The grammar requires these options to appear the other way 'round.

jotpe(at)posteo(dot)de

Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bd65e0c62486e6108a7dc824f918754a13072f7a

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-11-08 22:47:45 pgsql: Allow --with-bonjour to work with non-macOS implementations of B
Previous Message Tom Lane 2017-11-08 21:53:17 pgsql: Fix two violations of the ResourceOwnerEnlarge/Remember protocol