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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
