From: | Dmitry Igrishin <dmitigr(at)gmail(dot)com> |
---|---|
To: | pgsql-docs <pgsql-docs(at)postgresql(dot)org> |
Subject: | 21.3 Template database |
Date: | 2015-08-04 13:15:47 |
Message-ID: | CAAfz9KNLC0ypXbkk22z0K6FryMPsN38Zh7vVFb9BJmzM-+oAVQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
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."
--
// Dmitry.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2015-08-04 14:18:39 | Re: 21.3 Template database |
Previous Message | Alvaro Herrera | 2015-08-04 04:41:26 | Re: max_worker_processes on the standby |