Documentation
¶
Overview ¶
Package cmd provides command-line interface for pgcopy
Package cmd provides command-line interface for pgcopy
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ShutdownInfo ¶ added in v0.7.0
type ShutdownInfo interface {
// HasVitalOperations returns true if there are operations that need graceful completion
// (e.g., FK restoration after copy has started).
HasVitalOperations() bool
}
ShutdownInfo provides context for graceful shutdown decisions.
Click to show internal directories.
Click to hide internal directories.