summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
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:34:32 -0500
commitbc74bc1f35e33b0f37cea76aae81840e067d7802 (patch)
tree38d94a1489fccaa5cf8e6e6d647a583e9e69dd4a /docs/ref/databases.txt
parent9b7c196294e53aede925b8e63b8afa2554895c4d (diff)
[1.10.x] Fixed #27420 -- Quoted the Oracle test user password in queries.
Backport of c4b04e1598c4325454c808183dce17b284ed9e28 from master
Diffstat (limited to 'docs/ref/databases.txt')
-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 7a6e4c6cf1..99361f03d6 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -748,6 +748,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