diff --git a/proto/expr.proto b/proto/expr.proto index 3569a9635f694..0bee13621ef6c 100644 --- a/proto/expr.proto +++ b/proto/expr.proto @@ -207,7 +207,6 @@ message ExprNode { // Jsonb functions - // jsonb -> int, jsonb -> text, jsonb #> text[] that returns jsonb JSONB_ACCESS_INNER = 600; // jsonb ->> int, jsonb ->> text, jsonb #>> text[] that returns text