Trailing semicolons on partitioning example commands

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Trailing semicolons on partitioning example commands
Дата
Msg-id D136E554-60FD-438E-8C93-EA14DE42A033@yesql.se
обсуждение исходный текст
Ответы Re: Trailing semicolons on partitioning example commands  (Magnus Hagander <magnus@hagander.net>)
Список 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


Вложения

В списке pgsql-docs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: clarify Regular Expression Match Operators
Следующее
От: Jim Ryan
Дата:
Сообщение: Re: pg_upgrade docs are confusing if PostgreSQL's versioningsystem/language isn't known to reader