mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
Correction
This commit is contained in:
parent
5db3023f0b
commit
ff4baf32a8
@ -76,8 +76,6 @@ Syntax and notes :
|
||||
|
||||
- by default COMMON TRANSACTION is used
|
||||
|
||||
- if AS USER clause is omitted then CURRENT_USER is used
|
||||
|
||||
- if PASSWORD clause is omitted then
|
||||
a) if <user_name> is omitted, NULL or equal to CURRENT_USER value and
|
||||
if <role_name> is omitted, NULL or equal to CURRENT_ROLE value
|
||||
@ -88,8 +86,9 @@ Syntax and notes :
|
||||
CURRENT_USER/CURRENT_ROLE is effective user account and role
|
||||
a3) for remote database - operating system account under which engine
|
||||
process is currently run is effective user account.
|
||||
b) else only isc_dpb_user_name (and isc_dpb_sql_role_name) will be present in DPB and
|
||||
native autentication is performed.
|
||||
b) else isc_dpb_user_name (if <user_name> is present and not empty) and isc_dpb_sql_role_name
|
||||
(if <role_name> is present and not empty) will be filled in DPB and native autentication
|
||||
is performed.
|
||||
|
||||
- if WITH CALLER PRIVILEGES is specified and ON EXTERNAL DATA SOURCE is omitted, then
|
||||
the statement is prepared using additional privileges of caller stored procedure or trigger
|
||||
|
Loading…
Reference in New Issue
Block a user