You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/clauses/listing-procedures.adoc
+6-16Lines changed: 6 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,26 +265,16 @@ WHERE admin
265
265
|===
266
266
| name | admin
267
267
268
+
| "cdc.query" | true
269
+
| "db.cdc.query" | true
270
+
| "db.cdc.translateId" | true
268
271
| "db.clearQueryCaches" | true
269
272
| "db.listLocks" | true
270
-
| "db.prepareForReplanning" | true
271
-
| "db.stats.clear" | true
272
-
| "db.stats.collect" | true
273
-
| "db.stats.retrieve" | true
274
-
| "db.stats.retrieveAllAnonymized" | true
275
-
| "db.stats.status" | true
276
-
| "db.stats.stop" | true
277
-
| "dbms.checkConfigValue" | true
278
-
| "dbms.cluster.checkConnectivity" | true
279
-
| "dbms.cluster.cordonServer" | true
280
-
| "dbms.cluster.readReplicaToggle" | true
281
-
| "dbms.cluster.uncordonServer" | true
282
-
| "dbms.listConfig" | true
283
-
284
-
2+d|Rows: 15
273
+
274
+
2+d|Rows: 5
285
275
|===
286
276
287
-
The above table only displays the first 15 results of the query.
277
+
The above table only displays the first 5 results of the query.
288
278
For a full list of all procedures which require `admin` privileges in Neo4j, visit the link:{neo4j-docs-base-uri}/operations-manual/current/procedures[Operations Manual -> Procedures].
| Update a given node property with the given vector in a more space-efficient way than directly using xref:clauses/set.adoc#set-set-a-property[`SET`]. Replaces link:{neo4j-docs-base-uri}/operations-manual/current/procedures/#procedure_db_create_setvectorproperty[`db.create.setVectorProperty`]. label:beta[]
| Replaced by link:{neo4j-docs-base-uri}/operations-manual/current/procedures/#procedure_db_create_setnodevectorproperty[`db.create.setNodeVectorProperty`]. label:deprecated[] label:beta[]
485
+
| Update a given node property with the given vector in a more space-efficient way than directly using xref:clauses/set.adoc#set-set-a-property[`SET`].
| Update a given relationship property with the given vector in a more space-efficient way than directly using xref:clauses/set.adoc#set-set-a-property[`SET`]. label:beta[]
489
+
| Update a given relationship property with the given vector in a more space-efficient way than directly using xref:clauses/set.adoc#set-set-a-property[`SET`].
0 commit comments