type github.com/golang-migrate/migrate/v4/database/postgres.Config

4 uses

	github.com/golang-migrate/migrate/v4/database/postgres (current package)
		postgres.go#L36: type Config struct {
		postgres.go#L49: 	config *Config
		postgres.go#L52: func WithInstance(instance *sql.DB, config *Config) (database.Driver, error) {
		postgres.go#L121: 	px, err := WithInstance(db, &Config{