Skip to content

Commit d2dfc37

Browse files
committed
Clarified sentence.
1 parent 6ec71f8 commit d2dfc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/current/_includes/v25.4/performance/lease-preference-system-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ALTER DATABASE system CONFIGURE ZONE USING constraints = '{"+region=us-east1": 1
66
~~~
77

88
{{site.data.alerts.callout_info}}
9-
Access to tables and built-in functions in the `system` database is controlled by the [`allow_unsafe_internals` session variable]({% link {{ page.version.version }}/session-variables.md %}#allow-unsafe-internals). However, the above `ALTER DATABASE system` statement functions regardless of the variable's setting because it does not access tables or built-in functions.
9+
Access to tables and built-in functions in the `system` database is controlled by the [`allow_unsafe_internals` session variable]({% link {{ page.version.version }}/session-variables.md %}#allow-unsafe-internals). However, the above `ALTER DATABASE system` statement executes regardless of the variable's setting because it does not access tables or invoke built-in functions.
1010
{{site.data.alerts.end}}
1111

1212
Run all subsequent schema changes from a node in the specified region.

0 commit comments

Comments
 (0)