Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DDLManager ¶
type DDLManager struct {
// contains filtered or unexported fields
}
func NewDDLManager ¶
func NewDDLManager(l hclog.Logger, pool *pgxpool.Pool, cfg *history.Config, dt schema.DialectType) (*DDLManager, error)
func (*DDLManager) AddHistoryFunctions ¶ added in v0.21.1
func (d *DDLManager) AddHistoryFunctions(ctx context.Context) error
func (*DDLManager) Close ¶ added in v0.21.1
func (d *DDLManager) Close()
func (*DDLManager) DropViews ¶ added in v0.21.1
func (d *DDLManager) DropViews(ctx context.Context) error
DropViews drops all hypertable related views. This must be called before any migrations can be run.
func (*DDLManager) SetupHistory ¶
func (d *DDLManager) SetupHistory(ctx context.Context) error
SetupHistory is run after any migrations, finalizing history setup
Click to show internal directories.
Click to hide internal directories.