Re: [DOCS] Typo in Create Database Synopsis
"David G. Johnston" writes: > The second closing bracket after "connlimit" should be moved after > "istemplate ]" Hm, yeah, somebody fat-fingered that. Will fix, thanks. regards, tom lane -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes
[DOCS] Typo in Create Database Synopsis
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.