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
ea92763c
Commit
ea92763c
authored
6 months ago
by
Yaroslav Dynnikov
Browse files
Options
Downloads
Patches
Plain Diff
sql/alter_system.md: proofread
parent
d453f537
No related branches found
No related tags found
1 merge request
!540
Alter system
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/reference/sql/alter_system.md
+7
-3
7 additions, 3 deletions
docs/reference/sql/alter_system.md
with
7 additions
and
3 deletions
docs/reference/sql/alter_system.md
+
7
−
3
View file @
ea92763c
# ALTER SYSTEM
[
DDL
](
ddl.md
)
-команда
`ALTER SYSTEM`
используется для изменения
системных параметров кластера.
[
параметров конфигурации СУБД
](
../../reference/db_config.md
)
. Команда требует
привилегий
[
Администратора СУБД
](
../../tutorial/access_control.md#admin
)
(
`admin`
).
## Синтаксис {: #syntax }
...
...
@@ -35,6 +37,8 @@ ALTER SYSTEM RESET password_enforce_digits;
ALTER
SYSTEM
RESET
all
;
```
См. также
:
Получить текущее значение параметра
:
—
[
Параметры конфигурации СУБД
](
../system_parameters.md
)
```
sql
SELECT
*
FROM
_pico_property
WHERE
key
=
'password_enforce_digits'
;
```
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