From b251a5f388fec04ef981281bb7d42d99aa7e8f0c Mon Sep 17 00:00:00 2001 From: J N Date: Tue, 28 May 2019 13:35:12 +0300 Subject: [PATCH] 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...") --- .../configuration_database/linux_database_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_database/linux_database_configuration.rst b/admin_manual/configuration_database/linux_database_configuration.rst index 3290d814d..6a09784c3 100644 --- a/admin_manual/configuration_database/linux_database_configuration.rst +++ b/admin_manual/configuration_database/linux_database_configuration.rst @@ -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