Trailing semicolons on partitioning example commands

Started by Daniel Gustafssonabout 8 years ago2 messagesdocs
Jump to latest
#1Daniel Gustafsson
daniel@yesql.se

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

Attachments:

partcmd_semicolon.patchapplication/octet-stream; name=partcmd_semicolon.patchDownload+3-4
#2Magnus Hagander
magnus@hagander.net
In reply to: Daniel Gustafsson (#1)
Re: Trailing semicolons on partitioning example commands

On Fri, Jan 26, 2018 at 3:27 PM, Daniel Gustafsson <daniel@yesql.se> wrote:

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.

I cant see one, since all the other examples do.

Thus, pushed. Thanks!

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;