Skip to content
Merged
Changes from all commits
Commits
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
18 changes: 18 additions & 0 deletions modules/ROOT/pages/procedures.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,24 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
|===


[role=label--admin-only label--enterprise-edition label--new-2025.04]
[[procedure_db_cdc_translateId]]
=== db.cdc.translateId()


.Details
|===
| *Syntax* 3+m| db.cdc.translateId(from :: STRING) :: (id :: STRING)
| *Description* 3+a| Translate any provided change identifier to match the queried database.
.2+| *Input arguments* | *Name* | *Type* | *Description*
| `from` | `STRING` | The change identifier to translate.
.2+| *Return arguments* | *Name* | *Type* | *Description*
| `id` | `STRING` | The change identifier.
| *Mode* 3+| READ
|===



== Cluster management

For more information, see xref:clustering/index.adoc[].
Expand Down