Update linux_database_configuration.rst

PostgreSQL instead of MySQL on how to remotley access a postgres server (previously "To access a PostgreSQL installation on a...")
This commit is contained in:
J N
2019-05-28 13:35:12 +03:00
committed by GitHub
parent 29bd8c84a9
commit b251a5f388

View File

@ -342,7 +342,7 @@ the command from, use::
psql -Uusername -dnextcloud
To access a MySQL installation on a different machine, add the -h option with
To access a PostgreSQL installation on a different machine, add the -h option with
the respective host name::
psql -Uusername -dnextcloud -h HOSTNAME