const github.com/jackc/pgx/v5/pgtype.TSVectorArrayOID

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L100: 	TSVectorArrayOID       = 3643
		pgtype_default.go#L168: 	defaultMap.RegisterType(&Type{Name: "_tsvector", OID: TSVectorArrayOID, Codec: &ArrayCodec{ElementType: defaultMap.oidToType[TSVectorOID]}})