Обсуждение: Typo in Create Database Synopsis

Поиск
Список
Период
Сортировка

Typo in Create Database Synopsis

От
"David G. Johnston"
Дата:
The second closing bracket after "connlimit" should be moved after "istemplate ]"

The IS_TEMPLATE option can be prefixed by "WITH" when used alone.

i.e., create database newdb with is_template false;

David J.



Re: Typo in Create Database Synopsis

От
Tom Lane
Дата:
"David G. Johnston" <david.g.johnston@gmail.com> writes:
> The second closing bracket after "connlimit" should be moved after
> "istemplate ]"

Hm, yeah, somebody fat-fingered that.  Will fix, thanks.

            regards, tom lane