Skip to content

Commit

Permalink
Removed the statement that ask user to enter password
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetraina committed Oct 6, 2024
1 parent b6fa7a1 commit fe3512d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions content/guides/use-case/pre-seeding.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,7 @@ Launch a quick demo of Postgres by using the following steps:
$ docker exec -it postgres psql -h localhost -U postgres
```

Enter `mysecretpassword` when prompted for the password.
```console
Password for user postgres:
psql (15.8 (Homebrew), server 16.4 (Debian 16.4-1.pgdg120+1))
WARNING: psql major version 15, server major version 16.
Some psql features might not work.
Type "help" for help.

postgres=#
```
You can now execute any SQL queries or commands you need within the `psql` prompt.

## Pre-seed the Postgres database using a SQL script

Check warning on line 62 in content/guides/use-case/pre-seeding.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.HeadingLength] Try to keep headings short (< 8 words). Raw Output: {"message": "[Docker.HeadingLength] Try to keep headings short (\u003c 8 words).", "location": {"path": "content/guides/use-case/pre-seeding.md", "range": {"start": {"line": 62, "column": 4}}}, "severity": "INFO"}

Expand Down

0 comments on commit fe3512d

Please sign in to comment.