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

8 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		tsvector.go#L80: type TSVectorWeight byte
		tsvector.go#L83: 	TSVectorWeightA = TSVectorWeight('A')
		tsvector.go#L84: 	TSVectorWeightB = TSVectorWeight('B')
		tsvector.go#L85: 	TSVectorWeightC = TSVectorWeight('C')
		tsvector.go#L86: 	TSVectorWeightD = TSVectorWeight('D')
		tsvector.go#L90: func tsvectorWeightToBinary(w TSVectorWeight) uint16 {
		tsvector.go#L104: func tsvectorWeightFromBinary(b uint16) TSVectorWeight {
		tsvector.go#L120: 	Weight   TSVectorWeight