First thanks for a great tool! Very useful ;) **The issue:** Valid postgres sql statements that contains "'#>" and "#>>" fails validation. Postgres documentation for these operations: https://www.postgresql.org/docs/11/functions-json.html _Example:_ ``` bash-4.4# echo "select '{\"a\":[1,2,3],\"b\":[4,5,6]}'::json#>>'{a,2}'" | pgsanity line 2: ERROR: syntax error at or near "#>>'{a,2}' " ```