postgres-new icon indicating copy to clipboard operation
postgres-new copied to clipboard

Error: Parse error: Unexpected "\l+" at line 1 column 1.

Open NikolayS opened this issue 1 year ago • 2 comments
trafficstars

Screenshot 2024-08-12 at 22 29 15

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!

NikolayS avatar Aug 13 '24 05:08 NikolayS