Incorrect commands in manual for 9.6

From: sundeep(dot)sahoo(at)gmail(dot)com
To: pgsql-docs(at)postgresql(dot)org
Subject: Incorrect commands in manual for 9.6
Date: 2017-05-25 03:57:21
Message-ID: 20170525035721.27679.79634@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/tutorial-createdb.html
Description:

In the Postgresql Documentation manual for 9.6.3. I am using windows system
and when i execute "CREATEDB MYDB;", i got "ERROR: syntax error at or near
"createdb"". And when i execute "CREATE DATABASE MYDB;", it worked fine.
Same goes for dropdb command.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message jashobanta.mahapatra 2017-05-25 12:38:42 postgres index rebuild
Previous Message Charles Clavadetscher 2017-05-24 07:24:18 Re: Problem about connect Postgre using ADO.NET