Thread: Typo in Create Database Synopsis

Typo in Create Database Synopsis

From
"David G. Johnston"
Date:
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

From
Tom Lane
Date:
"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