package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

DumpSQL dumps SQL statements to an io.Writer to load the descriptor and namespace table contents into an empty cluster.
Examine runs a suite of consistency checks over system tables.
ExamineDescriptors runs a suite of checks over the descriptor table.
ExamineJobs runs a suite of consistency checks over the system.jobs table.

# Structs

DescriptorTableRow represents a descriptor from table `system.descriptor`.
NamespaceTableRow represents a namespace entry from table system.namespace.

# Type aliases

DescriptorTable represents data read from `system.descriptor`.
JobsTable represents data read from `system.jobs`.
NamespaceTable represents data read from `system.namespace`.