Documentation ¶
Index ¶
- Variables
- func ApplyConfigSetting(setting, value string, runner *query.Runner) error
- func GetPendingSharedPreloadLibraries(runner *query.Runner) (string, error)
- func Includes(strings []string, str string) bool
- func JoinWithAnd(strs []string) string
- func UsingLogExplain(section *ini.Section) (bool, error)
- func ValidateHelperFunction(fn PGHelperFn, runner *query.Runner) (bool, error)
- func ValidateLogMinDurationStatement(ans interface{}) error
- type PGHelperFn
Constants ¶
This section is empty.
Variables ¶
View Source
var ExplainHelper = PGHelperFn{ // contains filtered or unexported fields }
Functions ¶
func ApplyConfigSetting ¶
func JoinWithAnd ¶
func ValidateHelperFunction ¶
func ValidateHelperFunction(fn PGHelperFn, runner *query.Runner) (bool, error)
func ValidateLogMinDurationStatement ¶
func ValidateLogMinDurationStatement(ans interface{}) error
Types ¶
type PGHelperFn ¶
type PGHelperFn struct {
// contains filtered or unexported fields
}
func (*PGHelperFn) GetDefinition ¶
func (pgfn *PGHelperFn) GetDefinition() string
func (*PGHelperFn) Matches ¶
func (pgfn *PGHelperFn) Matches(md5hash string) bool
Click to show internal directories.
Click to hide internal directories.