Skip to content

Commit e454388

Browse files
renetapopovaHannesSandbergmnd999nick-giles-neoakarasavov
committed
Dev merge cypher 25 (#2461)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Hannes Sandberg <[email protected]> Co-authored-by: Mark Dixon <[email protected]> Co-authored-by: Nick Giles <[email protected]> Co-authored-by: akarasavov <[email protected]> Co-authored-by: Nick Giles <[email protected]> Co-authored-by: Therese Magnusson <[email protected]> Co-authored-by: NataliaIvakina <[email protected]> Co-authored-by: Neil Dewhurst <[email protected]> Co-authored-by: Gerrit Meier <[email protected]> Co-authored-by: Love Leifland <[email protected]> Co-authored-by: Jack Waudby <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anna Sjerling <[email protected]> Co-authored-by: Robsdedude <[email protected]> Co-authored-by: Frannie-Ludmilla <[email protected]> Co-authored-by: Jens Pryce-Åklundh <[email protected]> Co-authored-by: Satia Herfert <[email protected]> Co-authored-by: Stefano Ottolenghi <[email protected]> Co-authored-by: David Pond <[email protected]> Co-authored-by: MishaDemianenko <[email protected]> Co-authored-by: Olivia Ytterbrink <[email protected]> Co-authored-by: Phil Wright <[email protected]> Co-authored-by: Therese Magnusson <[email protected]> Co-authored-by: Louise Berglund <[email protected]> Co-authored-by: Sum <[email protected]> Co-authored-by: sumyiren <[email protected]> Co-authored-by: Lidia Zuin <[email protected]> Co-authored-by: Jenny Owen <[email protected]> Co-authored-by: Therese Magnusson <[email protected]>
1 parent 63a95d5 commit e454388

35 files changed

+2045
-1740
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
** xref:configuration/file-locations.adoc[]
7979
//** xref:configuration/network-architecture.adoc[]
8080
** xref:configuration/ports.adoc[]
81+
** xref:configuration/cypher-version-configuration.adoc[]
8182
** xref:configuration/connectors.adoc[]
8283
** xref:configuration/set-initial-password.adoc[]
8384
** xref:configuration/neo4j-admin-memrec.adoc[]
@@ -116,6 +117,7 @@
116117
*** xref:database-administration/standard-databases/seed-from-uri.adoc[]
117118
*** xref:database-administration/standard-databases/listing-databases.adoc[]
118119
*** xref:database-administration/standard-databases/alter-databases.adoc[]
120+
*** xref:database-administration/standard-databases/start-stop-databases.adoc[]
119121
*** xref:database-administration/standard-databases/recreate-database.adoc[]
120122
*** xref:database-administration/standard-databases/delete-databases.adoc[]
121123
*** xref:database-administration/standard-databases/migrate-database.adoc[]
@@ -132,6 +134,8 @@
132134
*** xref:database-administration/composite-databases/concepts.adoc[]
133135
*** xref:database-administration/composite-databases/create-composite-databases.adoc[]
134136
*** xref:database-administration/composite-databases/list-composite-databases.adoc[]
137+
*** xref:database-administration/composite-databases/alter-composite-databases.adoc[]
138+
*** xref:database-administration/composite-databases/start-stop-composite-databases.adoc[]
135139
*** xref:database-administration/composite-databases/delete-composite-databases.adoc[]
136140
*** xref:database-administration/composite-databases/querying-composite-databases.adoc[]
137141
*** xref:database-administration/composite-databases/sharding-with-copy.adoc[]

modules/ROOT/images/privileges_grant_and_deny_syntax_dbms_privileges.svg

Lines changed: 1 addition & 142 deletions
Loading

modules/ROOT/images/privileges_hierarchy_dbms.svg

Lines changed: 1 addition & 750 deletions
Loading

modules/ROOT/pages/authentication-authorization/database-administration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Use `REVOKE` if you want to remove a privilege.
179179
====
180180

181181
Common errors, such as misspellings or attempts to revoke privileges that have not been granted or denied, will lead to notifications.
182-
Some of these notifications may be replaced with errors in a future major version of Neo4j.
182+
In Cypher 25, notifications for impossible `REVOKE` commands, where a user, a role, or a database does not exist, have been replaced with errors.
183183
See link:{neo4j-docs-base-uri}/status-codes/{page-version}/notifications/all-notifications[Status Codes for Errors & Notifications -> Server notifications] for details on notifications.
184184

185185
The hierarchy between the different database privileges is shown in the image below.

0 commit comments

Comments
 (0)