You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Postgres version 14 or lower, `\` commands (ie. `\d`, `\l`) do not work with Doltgres.
63
-
7. Open a new terminal. Connect with the following command: `psql -h localhost -U doltgres`. This will connect to the `doltgres` database with the `doltgres` user.
67
+
68
+
6. Open a new terminal. Connect with the following command: `psql -h localhost -U doltgres`. This will connect to the `doltgres` database with the `doltgres` user.
64
69
```bash
65
70
$ psql -h 127.0.0.1 -U doltgres
66
71
psql (15.4 (Homebrew), server 15.0)
67
72
Type "help"for help.
68
73
69
74
doltgres=>
70
75
```
71
-
8. Create a `getting_started` database. Create the `getting_started` example tables.
76
+
77
+
7. Create a `getting_started` database. Create the `getting_started` example tables.
0 commit comments