pgsql: doc: improve createdb example

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: improve createdb example
Date: 2017-03-21 01:24:05
Message-ID: E1cq8Wr-0003zR-SG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: improve createdb example

The previous example could error out due to encoding mismatches; use
-T/template instead.

Reported-by: Jason O'Donnell

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c709b113e8f5433ea2a66b2fb08d9324dd596642

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2017-03-21 01:36:13 Re: pgsql: Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING
Previous Message Tom Lane 2017-03-20 23:58:37 Re: pgsql: Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING