Trailing semicolons on partitioning example commands - Mailing list pgsql-docs

From Daniel Gustafsson
Subject Trailing semicolons on partitioning example commands
Date
Msg-id D136E554-60FD-438E-8C93-EA14DE42A033@yesql.se
Whole thread Raw
Responses Re: Trailing semicolons on partitioning example commands  (Magnus Hagander <magnus@hagander.net>)
List pgsql-docs
Is there a reason for not ending all partitioning commands with semicolons in
the declarative partitioning example?

    https://www.postgresql.org/docs/devel/static/ddl-partitioning.html

The two last commands with TABLESPACE clauses are ended with semicolons, the
first three arent.  Attached patch adds semicolons such that all are properly
ended.

cheers ./daniel


Attachment

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: clarify Regular Expression Match Operators
Next
From: Jim Ryan
Date:
Subject: Re: pg_upgrade docs are confusing if PostgreSQL's versioningsystem/language isn't known to reader