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

20 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype_default.go#L247: 	registerDefaultPgTypeVariants[TSVector](defaultMap, "tsvector")
		tsvector.go#L15: 	ScanTSVector(TSVector) error
		tsvector.go#L19: 	TSVectorValue() (TSVector, error)
		tsvector.go#L23: type TSVector struct {
		tsvector.go#L35: func (t *TSVector) ScanTSVector(v TSVector) error {
		tsvector.go#L41: func (t TSVector) TSVectorValue() (TSVector, error) {
		tsvector.go#L45: func (t TSVector) String() string {
		tsvector.go#L51: func (t *TSVector) Scan(src any) error {
		tsvector.go#L53: 		*t = TSVector{}
		tsvector.go#L66: func (t TSVector) Value() (driver.Value, error) {
		tsvector.go#L191: 		return scanner.ScanTSVector(TSVector{})
		tsvector.go#L207: 	var tsv TSVector
		tsvector.go#L317: 		return scanner.ScanTSVector(TSVector{})
		tsvector.go#L340: 	var tsv TSVector
		tsvector.go#L473: func parseTSVector(s string) (TSVector, error) {
		tsvector.go#L474: 	result := TSVector{}
		tsvector.go#L485: 			return TSVector{}, err
		tsvector.go#L496: 				return TSVector{}, err