Re: Minor improvement for creating directory structure

2019-05-09 Thread Bruce Momjian
On Thu, May 9, 2019 at 05:59:12PM -0400, Alvaro Herrera wrote: > On 2019-May-09, Bruce Momjian wrote: > > > On Wed, May 8, 2019 at 07:40:16AM +, PG Doc comments form wrote: > > > The following documentation comment has been logged on the website: > > > > > > Page: https://www.postgresql.org

Re: Minor improvement for creating directory structure

2019-05-09 Thread Alvaro Herrera
On 2019-May-09, Bruce Momjian wrote: > On Wed, May 8, 2019 at 07:40:16AM +, PG Doc comments form wrote: > > The following documentation comment has been logged on the website: > > > > Page: https://www.postgresql.org/docs/10/install-short.html > > Description: > > > > 1) > > $ mkdir /usr/lo

Re: Minor improvement for creating directory structure

2019-05-09 Thread Bruce Momjian
On Wed, May 8, 2019 at 07:40:16AM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/10/install-short.html > Description: > > 1) > $ mkdir /usr/local/pgsql/data > mkdir: cannot create directory ‘/usr/

Minor improvement for creating directory structure

2019-05-08 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/install-short.html Description: 1) $ mkdir /usr/local/pgsql/data mkdir: cannot create directory ‘/usr/local/pgsql/data’: No such file or directory Suggested correction: $ mkdir -p /usr/lo