Description:
Currently, ProxySQL does not support PostgreSQL's LISTEN command. When clients attempt to use it, we should intercept the command and return an appropriate "not supported" response instead of passing it through.
This needs to be implemented for both:
- Simple query flow
- Extended query (prepared) flow