Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrVersionNotFound = errors.New("version column not found") ErrIDNotFound = errors.New("id column not found") ErrTableNotFound = errors.New("table not found") ErrColumnNotFound = errors.New("column not found") )
View Source
var ( ErrPanic = errors.New("panic while processing wal event") ErrIncompatibleWalData = errors.New("wal data event is not a schema log entry") )
Functions ¶
func IsSchemaLogEvent ¶
IsSchemaLogEvent will return true if the wal event data originates from the pgstream schema and the pgstream schema_log table.
Types ¶
Click to show internal directories.
Click to hide internal directories.