Skip to content

Commit df04aab

Browse files
docs: add SET SCHEMA to README regarding psql access
1 parent 33c1acb commit df04aab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ Connect to the postgres container, update the schema, and explore!
3939

4040
```bash
4141
docker exec -it pocketdex_development-postgres-1 psql -U postgres -d postgres
42+
SET SCHEMA "testnet";
43+
# OR, if indexing localnet:
44+
# SET SCHEMA "localnet";
4245
SET search_path TO app;
4346
\dt
4447
```

0 commit comments

Comments
 (0)