Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1ZMd3Z-0001ND-7k for pgsql-docs@arkaria.postgresql.org; Tue, 04 Aug 2015 14:19:05 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1ZMd3Y-0002b9-P6 for pgsql-docs@arkaria.postgresql.org; Tue, 04 Aug 2015 14:19:04 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1ZMd3D-0001p8-Nn for pgsql-docs@postgresql.org; Tue, 04 Aug 2015 14:18:43 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1ZMd3B-0004By-Gf for pgsql-docs@postgresql.org; Tue, 04 Aug 2015 14:18:42 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id t74EIdf1024977; Tue, 4 Aug 2015 10:18:39 -0400 From: Tom Lane To: Dmitry Igrishin cc: pgsql-docs Subject: Re: 21.3 Template database In-reply-to: References: Comments: In-reply-to Dmitry Igrishin message dated "Tue, 04 Aug 2015 16:15:47 +0300" Date: Tue, 04 Aug 2015 10:18:39 -0400 Message-ID: <24976.1438697919@sss.pgh.pa.us> X-Pg-Spam-Score: -2.1 (--) 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 Dmitry Igrishin writes: > The sentence of 2nd paragraph says: > "This is particularly handy when restoring a pg_dump dump" > I suggest to add apostrophe: > "This is particularly handy when restoring a pg_dump's dump" > The sentece of 5th paragraph says: > "The principal limitation is that no other sessions can be connected > to the source database while it is being copied. CREATE > DATABASE will fail if any other connection exists when it starts; > during the copy operation, new connections to the source database are > prevented." > I suggest to get rid from redundant phrase: > "The principal limitation is that no other sessions can be connected to the > source database while it is being copied and CREATE DATABASE will fail if > any other connection exists when it starts." TBH, both of those seem to read worse to me than what's there now. regards, tom lane -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs