Re: Trailing semicolons on partitioning example commands

2018-01-27 Thread Magnus Hagander
On Fri, Jan 26, 2018 at 3:27 PM, Daniel Gustafsson 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 TABLESP

Trailing semicolons on partitioning example commands

2018-01-26 Thread Daniel Gustafsson
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