8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Fixed docs - thanks to Adriano

This commit is contained in:
Alexander Peshkov 2016-03-28 12:03:26 +03:00
parent 69e6c4c07f
commit 0e7dbf02fa

View File

@ -15,7 +15,7 @@ Syntax is:
CREATE OR ALTER USER name [ SET ] [ options ] [ TAGS ( tag [, tag [, tag ...]] ) ] CREATE OR ALTER USER name [ SET ] [ options ] [ TAGS ( tag [, tag [, tag ...]] ) ]
DROP USER name [ USING PLUGIN name ]; DROP USER name [ USING PLUGIN name ];
where OPTIONS is a (probably empty) list of following options: where OPTIONS is a list of following options:
- PASSWORD 'password' - PASSWORD 'password'
- FIRSTNAME 'firstname' - FIRSTNAME 'firstname'
- MIDDLENAME 'middlename' - MIDDLENAME 'middlename'