dolthub / dolthub/doltgresql

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

Open
#15 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Go
Stars
2.1k
Forks
73
Avg merge
1d 10h
Merged PRs (30d)
129

Description

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)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.