Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2025.01 publish #1181

Merged
merged 33 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
943a07a
Version to 2025.
stefano-ottolenghi Dec 9, 2024
9b2a5f1
Bump the prod-dependencies group with 2 updates (#1131)
dependabot[bot] Dec 18, 2024
c1cf139
Bump the dev-dependencies group across 1 directory with 2 updates (#1…
dependabot[bot] Dec 18, 2024
49d4013
Several small fixes to query plan ascii and links (#1136)
JPryce-Aklundh Dec 19, 2024
87dc968
Add Performance caveats section to Merge/Match dynamic labels section…
JPryce-Aklundh Dec 19, 2024
f0eecf4
Bump @neo4j-antora/antora-modify-sitemaps from 0.4.4 to 0.5.0 in the …
dependabot[bot] Jan 7, 2025
c20fe4a
Add dynamically referenced labels and types to allowed parameters (#1…
JPryce-Aklundh Jan 7, 2025
d5aeaec
document deprecation of graph names with unesacped dots in USE clause…
nadja-muller Jan 7, 2025
702f2af
Correct genai batchEncode example syntax (#1148)
JMHReif Jan 9, 2025
912325e
The Cypher query option `eagerAnalyzer` is deprecated (#1147)
blouerat Jan 9, 2025
d3adebd
Fix examples in Patterns / Syntax and semantics / shortestPaths (#1151)
dogofbrian Jan 9, 2025
13bfb4c
Explain trigram indexing for text-2.0 provider (#1152)
JPryce-Aklundh Jan 10, 2025
57ae186
Document lower bound restriction for shortestPath() and allShortestPa…
WilcoNeo Jan 10, 2025
612137c
Hyphenation (#1154)
JPryce-Aklundh Jan 10, 2025
e1047a2
Keyword priority (#1130)
hvub Jan 13, 2025
ab39719
Clarify YIELD (#1157)
JPryce-Aklundh Jan 14, 2025
fca175b
Bump @neo4j-antora/antora-modify-sitemaps from 0.5.0 to 0.6.0 in the …
dependabot[bot] Jan 14, 2025
09ee930
tags for READ query section (#1133)
rsill-neo4j Jan 14, 2025
d20cb4b
tags for clause section (#1138)
rsill-neo4j Jan 14, 2025
ea47a33
Alias to new keywords page (#1160)
JPryce-Aklundh Jan 14, 2025
ce32664
Property type rephrase (#1163)
JPryce-Aklundh Jan 15, 2025
32ccca0
fix antora for 2025.01 (#1164)
JPryce-Aklundh Jan 15, 2025
be0343d
Fix failing query plans (#1166)
JPryce-Aklundh Jan 16, 2025
fc34537
Table fixes, remove sitemap extension from playbook (#1167)
recrwplay Jan 16, 2025
0f8ffbd
Remove redundant antora attributes (#1168)
JPryce-Aklundh Jan 16, 2025
e493ce1
Clarify DETACH DELETE (#1156)
JPryce-Aklundh Jan 16, 2025
2b2241a
Bump @neo4j-antora/antora-table-footnotes from 0.3.2 to 0.3.3 in the …
dependabot[bot] Jan 21, 2025
899b365
Fix external links (#1172)
JPryce-Aklundh Jan 21, 2025
230001b
Remove invalid duration field (#1174)
gem-neo4j Jan 23, 2025
df9e288
Revert changes to pattern query plans (#1176)
JPryce-Aklundh Jan 28, 2025
c4762e7
Better Unicode example on Parsing page (#1177)
JPryce-Aklundh Jan 30, 2025
9c85b23
Fix tables (#1178)
JPryce-Aklundh Jan 30, 2025
b64df46
status
JPryce-Aklundh Feb 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ nav:
- modules/ROOT/content-nav.adoc
asciidoc:
attributes:
neo4j-version: '5'
neo4j-version-minor: '5.26'
neo4j-version-exact: '5.26.0'
neo4j-version: '2025.01'
10 changes: 5 additions & 5 deletions modules/ROOT/pages/administration/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Administration

The pages previously in this chapter have been moved to the link:{neo4j-docs-base-uri}/operations-manual/{page-version}/[Operations Manual].
The pages previously in this chapter have been moved to the link:{neo4j-docs-base-uri}/operations-manual/current/[Operations Manual].

More specific information about the content relocation is listed in the table:

Expand All @@ -9,13 +9,13 @@ More specific information about the content relocation is listed in the table:

| Content | New location in Operations Manual

| Database management | link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/[Database administration]
| Database management | link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/[Database administration]

| Alias management | link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/aliases/manage-aliases-standard-databases/[Managing aliases]
| Alias management | link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/aliases/manage-aliases-standard-databases/[Managing aliases]

| Server management | link:{neo4j-docs-base-uri}/operations-manual/{page-version}/clustering/[Managing servers in a cluster]
| Server management | link:{neo4j-docs-base-uri}/operations-manual/current/clustering/[Managing servers in a cluster]

| Access control | link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/[Authentication and authorization]
| Access control | link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/[Authentication and authorization]

|===

Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ REMOVE n:$($label)
| xref:functions/graph.adoc#functions-graph-by-elementid[`graph.byElementId()`]
| Returns the graph reference with the given element id.
It is only supported in the xref:clauses/use.adoc[`USE`] clause.
As of Neo4j 5.26, it is supported on both link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/[standard and composite databases].
As of Neo4j 5.26, it is supported on both link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/[standard and composite databases].
On earlier versions, it is only supported on composite databases.

| xref:functions/graph.adoc#functions-graph-byname[`graph.byName()`]
Expand Down Expand Up @@ -658,23 +658,23 @@ For more information, see xref:planning-and-tuning/query-tuning.adoc[Query optio
== Administration

[NOTE]
The documentation for Cypher's administration commands is located in Neo4j's link:{neo4j-docs-base-uri}/operations-manual/{page-version}/[Operation Manual].
The documentation for Cypher's administration commands is located in Neo4j's link:{neo4j-docs-base-uri}/operations-manual/current/[Operation Manual].

[options="header", cols="2a,5a"]
|===
| Cypher feature
| Description

| link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/[Database management]
| link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/[Database management]
| Commands to `CREATE`, `SHOW`, `ALTER`, and `DROP` standard and composite databases.

| link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/aliases/manage-aliases-standard-databases/[Alias management]
| link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/aliases/manage-aliases-standard-databases/[Alias management]
| Commands to `CREATE`, `SHOW`, `ALTER`, and `DROP` database aliases.

| link:{neo4j-docs-base-uri}/operations-manual/{page-version}/clustering/[Server management]
| link:{neo4j-docs-base-uri}/operations-manual/current/clustering/[Server management]
| Commands to administer servers in a cluster and the databases allocated to them.

| link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/[Authentication and authorization]
| link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/[Authentication and authorization]
| Commands to manage users, roles, and privileges.

|===
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ This is currently not available in Cypher.
| <value specification>
|
| GQL defines the `SESSION_USER` value expression, which enables accessing a user’s username within a query.
In Cypher, current user details can be seen using the link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/manage-users/#access-control-current-users[`SHOW CURRENT USER` command].
In Cypher, current user details can be seen using the link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/manage-users/#access-control-current-users[`SHOW CURRENT USER` command].

| 20.7
| <case expression>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Neo4j offers session management through the link:{neo4j-docs-base-uri}/create-ap
| GQL defines the following transaction commands: `START TRANSACTION`, `COMMIT`, and `ROLLBACK`.

Neo4j offers transaction management through the link:{neo4j-docs-base-uri}/create-applications[driver] transaction API.
Cypher Shell also offers specific link:{neo4j-docs-base-uri}/operations-manual/{page-version}/tools/cypher-shell/#cypher-shell-commands[commands] to manage transactions.
Cypher Shell also offers specific link:{neo4j-docs-base-uri}/operations-manual/current/tools/cypher-shell/#cypher-shell-commands[commands] to manage transactions.

| 11.1
| Graph expressions
Expand Down
16 changes: 8 additions & 8 deletions modules/ROOT/pages/appendix/tutorials/advanced-query-tuning.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Let's explain how to use these features with a more advanced query tuning exampl
[NOTE]
====
If you are upgrading an existing store, it may be necessary to drop and re-create existing indexes.
For information on native index support and upgrade considerations regarding indexes, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/performance/index-configuration[Operations Manual -> Performance -> Index configuration].
For information on native index support and upgrade considerations regarding indexes, see link:{neo4j-docs-base-uri}/operations-manual/current/performance/index-configuration[Operations Manual -> Performance -> Index configuration].
====


Expand Down Expand Up @@ -540,8 +540,8 @@ It assumes that your current work directory is the _<neo4j-home>_ directory of t

[NOTE]
====
* For the default directory of other installations see, link:{neo4j-docs-base-uri}/operations-manual/{page-version}/configuration/file-locations[Operations Manual -> File locations].
* The import location can be configured with link:{neo4j-docs-base-uri}/operations-manual/{page-version}/configuration/configuration-settings#config_server.directories.import[Operations Manual -> `server.directories.import`].
* For the default directory of other installations see, link:{neo4j-docs-base-uri}/operations-manual/current/configuration/file-locations[Operations Manual -> File locations].
* The import location can be configured with link:{neo4j-docs-base-uri}/operations-manual/current/configuration/configuration-settings#config_server.directories.import[Operations Manual -> `server.directories.import`].
====

== Importing the data
Expand Down Expand Up @@ -669,7 +669,7 @@ Planner COST

Runtime PIPELINED

Runtime version {neo4j-version-minor}
Runtime version {neo4j-version}

Batch size 128

Expand Down Expand Up @@ -711,7 +711,7 @@ Planner COST

Runtime PIPELINED

Runtime version {neo4j-version-minor}
Runtime version {neo4j-version}

Batch size 128

Expand Down Expand Up @@ -776,7 +776,7 @@ Planner COST

Runtime PIPELINED

Runtime version {neo4j-version-minor}
Runtime version {neo4j-version}

Batch size 128

Expand Down Expand Up @@ -823,7 +823,7 @@ Planner COST

Runtime PIPELINED

Runtime version {neo4j-version-minor}
Runtime version {neo4j-version}

Batch size 128

Expand Down Expand Up @@ -878,7 +878,7 @@ Planner COST

Runtime PIPELINED

Runtime version {neo4j-version-minor}
Runtime version {neo4j-version}

Batch size 128

Expand Down
10 changes: 5 additions & 5 deletions modules/ROOT/pages/appendix/tutorials/basic-query-tuning.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,8 @@ It assumes that your current work directory is the _<neo4j-home>_ directory of t

[NOTE]
====
* For the default directory of other installations see, link:{neo4j-docs-base-uri}/operations-manual/{page-version}/configuration/file-locations[Operations Manual -> File locations].
* The import location can be configured with link:{neo4j-docs-base-uri}/operations-manual/{page-version}/configuration/configuration-settings#config_server.directories.import[Operations Manual -> `server.directories.import`].
* For the default directory of other installations see, link:{neo4j-docs-base-uri}/operations-manual/current/configuration/file-locations[Operations Manual -> File locations].
* The import location can be configured with link:{neo4j-docs-base-uri}/operations-manual/current/configuration/configuration-settings#config_server.directories.import[Operations Manual -> `server.directories.import`].
====

== Importing the data
Expand Down Expand Up @@ -623,7 +623,7 @@ Planner COST

Runtime PIPELINED

Runtime version {neo4j-version-minor}
Runtime version {neo4j-version}

Batch size 128

Expand Down Expand Up @@ -680,7 +680,7 @@ Planner COST

Runtime PIPELINED

Runtime version {neo4j-version-minor}
Runtime version {neo4j-version}

Batch size 128

Expand Down Expand Up @@ -747,7 +747,7 @@ Planner COST

Runtime PIPELINED

Runtime version {neo4j-version-minor}
Runtime version {neo4j-version}

Batch size 128

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ When the exhaustive search is planned, it is still only executed when the fast a
The fast algorithm is always executed first, since it is possible that it can find a valid path even though that could not be guaranteed at planning time.

Please note that falling back to the exhaustive search may prove to be a very time consuming strategy in some cases; such as when there is no shortest path between two nodes.
Therefore, in these cases, it is recommended to set `cypher.forbid_exhaustive_shortestpath` to `true`, as explained in link:{neo4j-docs-base-uri}/operations-manual/{page-version}/configuration/configuration-settings#config_dbms.cypher.forbid_exhaustive_shortestpath[Operations Manual -> Configuration settings].
Therefore, in these cases, it is recommended to set `cypher.forbid_exhaustive_shortestpath` to `true`, as explained in link:{neo4j-docs-base-uri}/operations-manual/current/configuration/configuration-settings#config_dbms.cypher.forbid_exhaustive_shortestpath[Operations Manual -> Configuration settings].


== Shortest path -- fast algorithm
Expand Down Expand Up @@ -81,7 +81,7 @@ Planner COST

Runtime PIPELINED

Runtime version {neo4j-version-minor}
Runtime version {neo4j-version}

Batch size 128

Expand Down Expand Up @@ -158,7 +158,7 @@ Planner COST

Runtime PIPELINED

Runtime version {neo4j-version-minor}
Runtime version {neo4j-version}

Batch size 1024

Expand Down Expand Up @@ -261,7 +261,7 @@ Planner COST

Runtime PIPELINED

Runtime version {neo4j-version-minor}
Runtime version {neo4j-version}

Batch size 128

Expand Down
12 changes: 6 additions & 6 deletions modules/ROOT/pages/clauses/call.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ For information about how to list procedures, see xref:clauses/listing-procedure

[NOTE]
Neo4j comes with a number of built-in procedures.
For a list of these, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/reference/procedures[Operations Manual -> Procedures].
For a list of these, see link:{neo4j-docs-base-uri}/operations-manual/current/reference/procedures[Operations Manual -> Procedures].
Users can also develop custom procedures and deploy to the database.
See link:{neo4j-docs-base-uri}/java-reference/{page-version}/extending-neo4j/procedures#extending-neo4j-procedures[Java Reference -> User-defined procedures] for details.
See link:{neo4j-docs-base-uri}/java-reference/current/extending-neo4j/procedures#extending-neo4j-procedures[Java Reference -> User-defined procedures] for details.

[[example-graph]]
== Example graph
Expand Down Expand Up @@ -42,7 +42,7 @@ CREATE (andy:Developer {name: 'Andy', born: 1991}),
.`CALL` a procedure without arguments
====

This example calls the built-in procedure link:{neo4j-docs-base-uri}/operations-manual/{page-version}/reference/procedures/#procedure_db_labels[`db.labels()`], which lists all labels used in the database.
This example calls the built-in procedure link:{neo4j-docs-base-uri}/operations-manual/current/reference/procedures/#procedure_db_labels[`db.labels()`], which lists all labels used in the database.

.Query
[source, cypher]
Expand Down Expand Up @@ -72,7 +72,7 @@ Omission of parentheses is available only in a so-called standalone procedure ca
====


This example calls the procedure link:{neo4j-docs-base-uri}/operations-manual/{page-version}/reference/procedures/#procedure_dbms_checkconfigvalue[`dbms.checkConfigValue()`], which checks the validity of a configuration setting value, using literal arguments.
This example calls the procedure link:{neo4j-docs-base-uri}/operations-manual/current/reference/procedures/#procedure_dbms_checkconfigvalue[`dbms.checkConfigValue()`], which checks the validity of a configuration setting value, using literal arguments.

.Query
[source, cypher]
Expand Down Expand Up @@ -206,7 +206,7 @@ RETURN count(*) AS results
====

`YIELD` can be used to filter for specific results.
This requires knowing the names of the arguments within a procedure's signature, which can either be found in the link:{neo4j-docs-base-uri}/operations-manual/{page-version}/reference/procedures/[Operations Manual -> Procedures] or in the `signature` column returned by a `SHOW PROCEDURES` command (see example below).
This requires knowing the names of the arguments within a procedure's signature, which can either be found in the link:{neo4j-docs-base-uri}/operations-manual/current/reference/procedures/[Operations Manual -> Procedures] or in the `signature` column returned by a `SHOW PROCEDURES` command (see example below).

.Find the argument names of `db.propertyKeys`
[source, cypher]
Expand Down Expand Up @@ -271,7 +271,7 @@ Similar to xref:clauses/optional-match.adoc[`OPTIONAL MATCH`] any empty rows pro
.Difference between using `CALL` and `OPTIONAL CALL`
====

This query uses the link:{neo4j-docs-base-uri}/apoc/{page-version}/overview/apoc.neighbors/apoc.neighbors.tohop[`apoc.neighbors.tohop()`] procedure (part of Neo4j's link:{neo4j-docs-base-uri}/apoc/{page-version}/[APOC Core library]), which returns all nodes connected by the given relationship type within the specified distance (1 hop, in this case) and direction.
This query uses the link:{neo4j-docs-base-uri}/apoc/current/overview/apoc.neighbors/apoc.neighbors.tohop[`apoc.neighbors.tohop()`] procedure (part of Neo4j's link:{neo4j-docs-base-uri}/apoc/current/[APOC Core library]), which returns all nodes connected by the given relationship type within the specified distance (1 hop, in this case) and direction.

.Regular procedure `CALL`
[source, cypher]
Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/clauses/delete.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This can be done by either explicitly deleting specific relationships, or by usi

[NOTE]
While the `DELETE` clause renders the deleted objects no longer accessible, the space occupied by the deleted nodes and relationships remain on the disk and is reserved for future transactions creating data.
For information about how to clear and reuse the space occupied by deleted objects, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/performance/space-reuse/[Operations Manual -> Space reuse].
For information about how to clear and reuse the space occupied by deleted objects, see link:{neo4j-docs-base-uri}/operations-manual/current/performance/space-reuse/[Operations Manual -> Space reuse].

== Example graph

Expand Down Expand Up @@ -120,7 +120,7 @@ Deleted 1 node, deleted 1 relationship
[NOTE]
====
The `DETACH DELETE` clause may not be permitted to users with restricted security privileges.
For more information, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/access-control#detach-delete-restricted-user[Operations Manual -> Fine-grained access control].
For more information, see link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/access-control#detach-delete-restricted-user[Operations Manual -> Fine-grained access control].
====


Expand Down
6 changes: 3 additions & 3 deletions modules/ROOT/pages/clauses/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,6 @@ m| xref::constraints/syntax.adoc[CREATE \| SHOW \| DROP CONSTRAINT]
Cypher includes commands to manage databases, aliases, servers, and role-based access control.
To learn more about each of these, see:

* link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration[Operations Manual -> Database administration]
* link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/[Operations Manual -> Authentication and authorization]
* link:{neo4j-docs-base-uri}/operations-manual/{page-version}/clustering/[Operations Manual -> Clustering]
* link:{neo4j-docs-base-uri}/operations-manual/current/database-administration[Operations Manual -> Database administration]
* link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/[Operations Manual -> Authentication and authorization]
* link:{neo4j-docs-base-uri}/operations-manual/current/clustering/[Operations Manual -> Clustering]
10 changes: 5 additions & 5 deletions modules/ROOT/pages/clauses/listing-functions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ m| BOOLEAN
m| rolesExecution
a|
List of roles permitted to execute this function.
Is `null` without the link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/dbms-administration#access-control-dbms-administration-role-management[`SHOW ROLE`] privilege.
Is `null` without the link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/dbms-administration#access-control-dbms-administration-role-management[`SHOW ROLE`] privilege.
m| LIST<STRING>

m| rolesBoostedExecution
a|
List of roles permitted to use boosted mode when executing this function.
Is `null` without the link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/dbms-administration#access-control-dbms-administration-role-management[`SHOW ROLE`] privilege.
Is `null` without the link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/dbms-administration#access-control-dbms-administration-role-management[`SHOW ROLE`] privilege.
m| LIST<STRING>

m| isDeprecated
Expand All @@ -81,7 +81,7 @@ m| STRING

[NOTE]
====
More details about the syntax descriptions can be found link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/syntax/#administration-syntax-reading[here].
More details about the syntax descriptions can be found link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/syntax/#administration-syntax-reading[here].
====

List functions, either all or only built-in or user-defined::
Expand Down Expand Up @@ -124,7 +124,7 @@ SHOW [ALL|BUILT IN|USER DEFINED] FUNCTION[S] EXECUTABLE BY username
[RETURN field[, ...] [ORDER BY field[, ...]] [SKIP n] [LIMIT n]]
----

Required privilege link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/dbms-administration#access-control-dbms-administration-user-management[`SHOW USER`].
Required privilege link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/dbms-administration#access-control-dbms-administration-user-management[`SHOW USER`].
This command cannot be used for LDAP users.

[NOTE]
Expand Down Expand Up @@ -363,7 +363,7 @@ SHOW FUNCTIONS EXECUTABLE BY CURRENT USER YIELD *
6+d|Rows: 10
|===

Notice that the two `roles` columns are empty due to missing the link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/dbms-administration#access-control-dbms-administration-role-management[`SHOW ROLE`] privilege.
Notice that the two `roles` columns are empty due to missing the link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/dbms-administration#access-control-dbms-administration-role-management[`SHOW ROLE`] privilege.
Also note that the following columns are not present in the table:

* `signature`
Expand Down
Loading