Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
docs
Commits
b20f6df3
Commit
b20f6df3
authored
1 year ago
by
Yaroslav Dynnikov
Browse files
Options
Downloads
Patches
Plain Diff
access_control.md: extend db_user
parent
5626915d
No related branches found
No related tags found
1 merge request
!382
access_control.md: address formal requirements
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/tutorial/access_control.md
+16
-0
16 additions, 0 deletions
docs/tutorial/access_control.md
with
16 additions
and
0 deletions
docs/tutorial/access_control.md
+
16
−
0
View file @
b20f6df3
...
...
@@ -208,6 +208,22 @@ Picodata позволяет наделить пользователя БД сл
-
создавать и манипулировать хранимыми процедурами
-
выполнять хранимые процедуры
Для этого используйте следующие SQL-команды:
```
sql
GRANT
CREATE
TABLE
TO
<
grantee
>
GRANT
ALTER
ON
TABLE
<
table
name
>
TO
<
grantee
>
GRANT
DROP
ON
TABLE
<
table
name
>
TO
<
grantee
>
GRANT
READ
ON
TABLE
<
table
name
>
TO
<
grantee
>
GRANT
WRITE
ON
TABLE
<
table
name
>
TO
<
grantee
>
GRANT
CREATE
PROCEDURE
TO
<
grantee
>
GRANT
ALTER
ON
PROCEDURE
<
procedure
name
>
TO
<
grantee
>
GRANT
DROP
ON
PROCEDURE
<
procedure
name
>
TO
<
grantee
>
GRANT
EXECUTE
ON
PROCEDURE
<
procedure
name
>
TO
<
grantee
>
```
### Роли {: #roles }
Роль представляет собой именованную группу привилегий, что позволяет
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment