From bc74bc1f35e33b0f37cea76aae81840e067d7802 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 2 Nov 2016 14:44:15 +0100 Subject: [1.10.x] Fixed #27420 -- Quoted the Oracle test user password in queries. Backport of c4b04e1598c4325454c808183dce17b284ed9e28 from master --- docs/ref/databases.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/ref') 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 -- cgit v1.3