@@ -271,7 +271,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
271271.Details
272272|===
273273| *Syntax* 3+m| db.cdc.query([ from selectors ]) :: (id, txId, seq, metadata, event)
274- | *Description* 3+a| Query changes that happened from the provided change identifier.
274+ | *Description* 3+a| Query changes happened from the provided change identifier.
275275.3+| *Input arguments* | *Name* | *Type* | *Description*
276276| `from` | `STRING` | The change identifier to query changes from.
277277| `selectors` | `LIST<MAP>` | An optional list of selectors to filter out changes.
@@ -334,9 +334,11 @@ Since Neo4j 5.23, it can be run with the `SERVER MANAGEMENT` privilege.
334334It will still run with the `Admin` privilege, but that should be considered deprecated.
335335====
336336
337+ [role=label--enterprise-edition label--new-5.26 ]
337338[[procedure_dbms_cluster_movetonextdiscoveryversion]]
338- [role=label--enterprise-edition label--new-5.26 label--admin-only ]
339- .dbms.cluster.moveToNextDiscoveryVersion()
339+ === dbms.cluster.moveToNextDiscoveryVersion()
340+
341+ .Details
340342[cols="<15s,<85"]
341343|===
342344| Description
@@ -372,30 +374,6 @@ m|DBMS
372374| *Required provileges* 3+| `SERVER MANAGEMENT`
373375|===
374376
375- [role=label--enterprise-edition label--new-5.23]
376- [[procedure_dbms_cluster_deallocateDatabaseFromServers]]
377- === dbms.cluster.deallocateDatabaseFromServers()
378-
379-
380- .Details
381- |===
382- | *Syntax* 3+m| dbms.cluster.deallocateDatabaseFromServers(servers, database [, dryrun ]) :: (database, fromServerName, fromServerId, toServerName, toServerId, mode)
383- | *Description* 3+a| Deallocate a specific user database from a list of servers.
384- .4+| *Input arguments* | *Name* | *Type* | *Description*
385- | `servers` | `LIST<STRING>` | The ids of the servers to deallocate from.
386- | `database` | `STRING` | The id of the database to deallocate.
387- | `dryrun` | `BOOLEAN` | Set to `true` to dry run the procedure.
388- .7+| *Return arguments* | *Name* | *Type* | *Description*
389- | `database` | `STRING` | The name of the database.
390- | `fromServerName` | `STRING` | The name of the server.
391- | `fromServerId` | `STRING` | The id of the server.
392- | `toServerName` | `STRING` | The name of the server.
393- | `toServerId` | `STRING` | The id of the server.
394- | `mode` | `STRING` | The mode in which the database is hosted.
395- | *Mode* 3+| WRITE
396- | *Required provileges* 3+| `SERVER MANAGEMENT`
397- |===
398-
399377[role=label--enterprise-edition label--new-5.23]
400378[[procedure_dbms_cluster_deallocateNumberOfDatabases]]
401379=== dbms.cluster.deallocateNumberOfDatabases()
@@ -1255,7 +1233,7 @@ The types are still enforced as `LIST<INTEGER | FLOAT>`.
12551233====
12561234
12571235
1258- [role=label--new-5.11]
1236+ [role=label--new-5.11 label--deprecated-5.26 ]
12591237[[procedure_db_index_vector_createnodeindex]]
12601238=== db.index.vector.createNodeIndex()
12611239
0 commit comments