Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The `psql` command line client is useful for connecting directly to our
PostgreSQL server without any Python code. Try out `psql` by using this
command at the prompt:

psql
psql testpython

The PostgreSQL client will connect to the localhost server. The client is
now ready for input:
Expand Down