pgsql: Fix documentation for CREATE SEQUENCE IF NOT EXISTS.

Lists: pgsql-committers
From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix documentation for CREATE SEQUENCE IF NOT EXISTS.
Date: 2014-10-03 07:29:25
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Fix documentation for CREATE SEQUENCE IF NOT EXISTS.

The [ IF NOT EXISTS ] was put in wrong place in the syntax.

Pointed out by Marti Raudsepp.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7a08e21f35454ced4050598b09be571a98bdb104

Modified Files
--------------
doc/src/sgml/ref/create_sequence.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)