Minor improvement for creating directory structure

PG Doc comments form <[email protected]>
Newsgroups gmane.comp.db.postgresql.devel.documentation
Message-ID <[email protected]>
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/local/pgsql/data
-------------------------
2)
chown -R postgres /usr/local/pgsql

/Jonas
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.