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#L141: 	if _, ok := value.(TSVectorValuer); !ok {
		tsvector.go#L158: 	tsv, err := value.(TSVectorValuer).TSVectorValue()
		tsvector.go#L270: 	tsv, err := value.(TSVectorValuer).TSVectorValue()