Skip to content

Commit

Permalink
Replace non-existing procedure with the real one in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaIvakina authored Jun 28, 2024
1 parent 080a576 commit 4705cf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/ROOT/pages/notifications/all-notifications.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1713,16 +1713,16 @@ If there is a suggested replacement, update to use the replacement instead.
======
[source,cypher]
----
CALL unsupported.dbms.shutdown
CALL cdc.query
----

Returned GQLSTATUS code::
01N01

Returned Status Description::
warn: feature deprecated with replacement.
`unsupported.dbms.shutdown` is deprecated.
It is replaced by `supported.dbms.shutdown`.
`cdc.query` is deprecated.
It is replaced by `db.cdc.query`.

======
[.include-with-GQLSTATUS-deprecated-without-replacement]
Expand Down

0 comments on commit 4705cf5

Please sign in to comment.