postgres-new
postgres-new copied to clipboard
Error: Parse error: Unexpected "\l+" at line 1 column 1.
trafficstars
what I did: asked to drop schema public (sucessfully)
then asked to run \l+
- and got
Error: Parse error: Unexpected "\l+" at line 1 column 1.
I is a bit tricky to reproduce – on \l+ request, it attempts to run a corresponding SQL. But with some effort, it's possible to convince to execute \l+ as is -- and then it crashes.
ps. good stuff, congrats with the launch!