Error
2023-01-05 09:20:41,327 ERROR [qtp1721282939-73] [p.p.middleware] #error {
:cause ERROR: syntax error at or near "_"
Position: 822
:via
[{:type org.postgresql.util.PSQLException
:message ERROR: syntax error at or near "_"
:at [org.postgresql.core.v3.QueryExecutorImpl receiveErrorResponse QueryExecutorImpl.java 2676]}]
:trace
[[org.postgresql.core.v3.QueryExecutorImpl receiveErrorResponse QueryExecutorImpl.java 2676]
Reproduced with
curl -X POST http://localhost:8080/pdb/query/v4 \
-H 'Content-Type:application/json' \
-d '{"query": "inventory [facts.os.family] { order by trusted }" }'