type github.com/jackc/pgx/v5/pgtype.TSVectorValuer

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		tsvector.go#L18: type TSVectorValuer interface {
		tsvector.go#L142: 	if _, ok := value.(TSVectorValuer); !ok {
		tsvector.go#L159: 	tsv, err := value.(TSVectorValuer).TSVectorValue()
		tsvector.go#L261: 	tsv, err := value.(TSVectorValuer).TSVectorValue()