8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 14:03:03 +01:00
This commit is contained in:
robocop 2009-02-03 10:41:54 +00:00
parent 12855ebada
commit cec668d7fd
3 changed files with 5 additions and 5 deletions

View File

@ -67,7 +67,7 @@ API
SECURITY
--------------------------
* Members of administrative windows groups are not mapped to SYSDBA any more
* Members of administrative Windows groups are not mapped to SYSDBA any more
by default. Mapping is controlled on per-database basis using SQL command
ALTER ROLE RDB$ADMIN SET/DROP AUTO ADMIN MAPPING.
See README.trusted_authentication for details.

View File

@ -35,9 +35,9 @@ password are set using some other method):
(Alex Peshkov, peshkoff@mail.ru, 2008)
Nbackup performs two logical groups of operations - locking/unlocking database
and backup/restore it. It's absolutely no use duplicating locking/unlocking in
services, cause that functionality is present remotely in much better from any
point of view SQL language interface (ALTER DATABASE). But backup and restore
and backup/restore it. It's doesn't make sense duplicating locking/unlocking in
services, cause that functionality is present remotely in much better (from any
point of view) in SQL language interface (ALTER DATABASE). But backup and restore
must be run on localhost and the only way to access them is nbackup utility.
Therefore expanding services API with this functionalty is very useful.

View File

@ -39,7 +39,7 @@ The drawbacks are the following:
* Somewhat ineffective memory usage (same as for Classic)
* High lock table contention (due to page locks), so it requires careful tuning
the lock manager confuguration (again, same as for Classic)
the lock manager configuration (again, same as for Classic)
* Server crash affects all user attachments (same as for SuperServer)