Skip to main content
This feature is in and subject to change. To share feedback and/or issues, contact Support.
Logical data replication is only supported in CockroachDB self-hosted clusters. The SHOW LOGICAL REPLICATION JOBS statement shows details of jobs on a cluster. This page is a reference for the SHOW LOGICAL REPLICATION JOBS SQL statement, which includes information on its parameters and possible options. For more details on monitoring LDR, refer to the page.

Required privileges

You must have one of the following to run SHOW LOGICAL REPLICATION JOBS:
  • The .
  • The , which can view all jobs (including admin -owned jobs).
Use the statement:

Synopsis

xml version=“1.0” encoding=“UTF-8”? SQL syntax diagram

Parameters

Options

Responses

Example

In the destination cluster’s SQL shell, you can query SHOW LOGICAL REPLICATION JOBS to view the LDR jobs running on the cluster:
For additional detail on each LDR job, use the WITH details option:

See also