dolthub / dolthub/doltgresql

Newer dolt tables not in the `dolt` schema

Open
#1,560 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
2.1k
Forks
73
Avg merge
1d 9h
Merged PRs (30d)
134

Description

These include:

* dolt_backups
* dolt_help
* dolt_stashes

These are all adressed as e.g.

```sql
select * from dolt.dolt_backups
```

Where it should be

```sql
select * from dolt.backups
```

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.