Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b7kfc-0006Au-FM for pgsql-docs@arkaria.postgresql.org; Tue, 31 May 2016 14:29:24 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1b7kfb-0001eL-Uz for pgsql-docs@arkaria.postgresql.org; Tue, 31 May 2016 14:29:23 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1b7kfa-0001dZ-S2 for pgsql-docs@postgresql.org; Tue, 31 May 2016 14:29:22 +0000 Received: from mail-qk0-x233.google.com ([2607:f8b0:400d:c09::233]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1b7kfX-0003Tg-Pl for pgsql-docs@postgresql.org; Tue, 31 May 2016 14:29:22 +0000 Received: by mail-qk0-x233.google.com with SMTP id y126so144844575qke.1 for ; Tue, 31 May 2016 07:29:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=IBWjae8hwIsBoDyu3XRmZjH5+eoxBwosNx2qFUxrJJM=; b=UtZYV/XkQ0fkdsjmVL/SXFeLkae5ox4pvW2i+mOwFyIa8BS9R0J00Ds0MkwC2vSZeq qcFtQtSPdmeAPkM5MRjT8kV+Zw3AFNb7UNON8PeG3QZlSJX7vwHg4AecqGi3IBnkP5MQ 5XJGth9bXHOLbVUW62HKp/vUXUqe5TiJfjRhiN1RlZOuU0z10UetjKoQC/IPEF7gH3R5 UNgII7lhWQPcdr658wsnqtaLCnzWFst1uasGhTJ1H75nKIMJrHmsXwtgsSqQtG/svrpG X8d0Sk72uK0LoIHgPPZ8O0g4fxmgpxTAHfDQgwIDtE2ecyJ5iBudTBqe0FUeYu3M8kCf aKUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=IBWjae8hwIsBoDyu3XRmZjH5+eoxBwosNx2qFUxrJJM=; b=Z/ZhdLl2nLJ1BVImCIQiKB/8q3lr4X867TCrXT9FonDxPFBqiXF/XgSTIG9lWPx3J0 SQ9HwIvKBnyI8kosC2yfvfi7szpAFvwwsx42MzZJSO9IxbnGPGnLpGzyfuwMyw2pIA+7 A2cJqUpRC7GT7V58HLXvgt8rAlWhK+inQfXWjz47JotSvoyBkiGT1ouF8tSfYUXZ4vqG zeFPF3CPsNmk0RW0qTLw+rvR8dPzHbxlyKlZAxIQAVfI7ZziQOpHmx8JUPh8Yffx3ffF 1OrjUCF756//RbipGK/n4MHW0fnu6kNprg7OfxyoZyuq2qFJNor+Ar2GjKPWIyQoxVg+ 2WZQ== X-Gm-Message-State: ALyK8tIUXRbc310UA9wEj8yoOkCWL5HbZqh2ScnZBNE57kXAEgHwnM4sbPRYs1oIP8SbRPZmRDgCS2z8CH+x/A== MIME-Version: 1.0 X-Received: by 10.55.23.72 with SMTP id i69mr30803412qkh.142.1464704958157; Tue, 31 May 2016 07:29:18 -0700 (PDT) Received: by 10.55.149.67 with HTTP; Tue, 31 May 2016 07:29:17 -0700 (PDT) Date: Tue, 31 May 2016 10:29:17 -0400 Message-ID: Subject: Typo in Create Database Synopsis From: "David G. Johnston" To: "pgsql-docs@postgresql.org" Content-Type: multipart/alternative; boundary=001a1147a5f2bb5d9905342432b9 X-Pg-Spam-Score: -2.7 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org --001a1147a5f2bb5d9905342432b9 Content-Type: text/plain; charset=UTF-8 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. --001a1147a5f2bb5d9905342432b9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
The second closing bracket after "connlimit" = should be moved after "istemplate ]"

The IS_= TEMPLATE option can be prefixed by "WITH" when used alone.
<= div class=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-serif= ">
i.e., create database newdb with is_template false;
=
David J.



--001a1147a5f2bb5d9905342432b9--