Trailing semicolons on partitioning example commands

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Trailing semicolons on partitioning example commands
Date: 2018-01-26 14:27:02
Message-ID: D136E554-60FD-438E-8C93-EA14DE42A033@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
partcmd_semicolon.patch application/octet-stream 1.2 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Jim Ryan 2018-01-26 17:04:17 Re: pg_upgrade docs are confusing if PostgreSQL's versioning system/language isn't known to reader
Previous Message Bruce Momjian 2018-01-26 13:28:35 Re: clarify Regular Expression Match Operators