Skip to content

Commit ed698cb

Browse files
committed
review after feedback
1 parent 3a9c6f0 commit ed698cb

File tree

6 files changed

+202
-197
lines changed

6 files changed

+202
-197
lines changed

modules/ROOT/images/privileges-hierarchy-dbms.svg

Lines changed: 187 additions & 179 deletions
Loading

modules/ROOT/images/privileges-hierarchy.svg

Lines changed: 13 additions & 13 deletions
Loading

modules/ROOT/images/privileges_grant_and_deny_syntax_database_privileges.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

modules/ROOT/images/privileges_grant_and_deny_syntax_dbms_privileges.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,7 @@ GRANT [IMMUTABLE] TRANSACTION [MANAGEMENT] [( { * \| user[, ...] } )]
526526
|===
527527

528528
// TODO: do we want two pictures, one for Cypher 5 and one for Cypher 25? I'd guess not but I'm not sure
529-
image::privileges_grant_and_deny_syntax_database_privileges.svg[title="Syntax of `GRANT` and `DENY` database privileges"]
530-
529+
image::privileges-grant-and-deny-syntax-dbms-privileges.svg[width="800", title="Syntax of GRANT and DENY DBMS privileges"]
531530

532531
[[access-control-database-administration-access]]
533532
== The database `ACCESS` privilege

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ All DBMS privileges are relevant system-wide.
7474
Like user management, they do not belong to one specific database or graph.
7575
For more details on the differences between graphs, databases, and the DBMS, refer to link:{neo4j-docs-base-uri}/cypher-manual/current/introduction/cypher-neo4j/[Cypher Manual -> Cypher and Neo4j].
7676

77-
image::privileges_grant_and_deny_syntax_dbms_privileges.svg[width="800", title="Syntax of GRANT and DENY DBMS privileges"]
77+
image::privileges-grant-and-deny-syntax-dbms-privileges.svg[width="800", title="Syntax of GRANT and DENY DBMS privileges"]
7878

7979
image::privileges-hierarchy-dbms.svg[width="800", title="DBMS privileges hierarchy", role=popup]
8080

0 commit comments

Comments
 (0)