From 9a1ea1419f0d6f134931d4c64cb14dfb79add7c7 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 28 Apr 2003 17:34:46 +0000 Subject: [PATCH] clarification --- Documentation.html | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/Documentation.html b/Documentation.html index d576ae03c..7e3932e34 100755 --- a/Documentation.html +++ b/Documentation.html @@ -2909,18 +2909,16 @@ To create a new, empty mimetype please see libraries/transformations/template_ge

- [6.10] My database has an underscore in it's name, and when I grant - privileges to a user for this database, a backslash is added before the - underscore. + [6.10] When creating a privilege, what happens with underscores in + the database name?

- This is normal and means that the grant is done only for this database. If - there was no backslash, this would be a wildcard grant, and the - underscore would mean "any character". So, if the database name - is "john_db", the user would get rights to john1db, john2db... - instead of just john_db.

- If you really want to grant using a wildcard, there is a dialog box " - Database (wildcards allowed)" for this. + If you do not put a backslash before the underscore, this is a wildcard + grant, and the underscore means "any character". So, if the + database name is "john_db", the user would get rights to john1db, + john2db...

+ If you put a backslash before the underscore, it means that the database + name will have a real underscore.