inspektor-dev / inspektor

Inspektor is a protocol-aware proxy that is used to enforce access policies👮

Home Page:https://inspektor.cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add support for postgres COPY query

poonai opened this issue · comments

COPY query is not supported in the sqlparser.

add support for the copy command

partial support has been added for the copy command sqlparser-rs/sqlparser-rs#409