From ad8956c3711b13720ea665b0d2af70428d26fb7f Mon Sep 17 00:00:00 2001 From: martin bendsoe Date: Fri, 22 Jul 2022 09:18:23 +0200 Subject: [PATCH] SHOW INDEXES VERBOSE has been removed in 5.0 Use `SHOW INDEXES YIELD *` instead. --- ...ations-additions-removals-compatibility.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc index 7ecaff082..edb846f7b 100644 --- a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc +++ b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc @@ -104,6 +104,23 @@ Replaced by: SHOW INDEXES ---- + +a| +label:syntax[] +label:removed[] +[source, cypher, role="noheader"] +---- +SHOW INDEXES VERBOSE +---- +a| +The keyword `VERBOSE` for the command `SHOW INDEXES` has been removed. + +Replaced by: +[source, cypher, role="noheader"] +---- +SHOW INDEXES YIELD * +---- + |=== // === Deprecated features