summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2016-11-02 14:44:15 +0100
committerTim Graham <timograham@gmail.com>2016-11-08 16:45:59 -0500
commita3fa2c463122974460adcab91defb479841de745 (patch)
treed0c3d798d07760d9d429114a530c93885ba55deb /docs/ref
parent734ef022a17180288a2ea65e2319676692bc9926 (diff)
[1.9.x] Fixed #27420 -- Quoted the Oracle test user password in queries.
Backport of c4b04e1598c4325454c808183dce17b284ed9e28 from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/databases.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index fda7a0af6e..9c726697d5 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -750,6 +750,7 @@ To run a project's test suite, the user usually needs these *additional*
privileges:
* CREATE USER
+* ALTER USER
* DROP USER
* CREATE TABLESPACE
* DROP TABLESPACE