doltgresql icon indicating copy to clipboard operation
doltgresql copied to clipboard

`\d` (describe) does not work unscoped or with a table name

Open timsehn opened this issue 10 months ago • 1 comments

This is supposed to return a list of tables:

employees=> \d
ERROR:  syntax error at position 666 near 'nspname' (errno 1105) (sqlstate HY000)

This is supposed to describe said table.

employees=> \d employees
ERROR:  syntax error at position 158 near 'OPERATOR' (errno 1105) (sqlstate HY000)

timsehn avatar Oct 02 '23 21:10 timsehn