Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CN/modules/ROOT/pages/3.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ CONTAINER ID IMAGE COMMAND CREATED ST
psql连接数据库:
[source,bash,subs="attributes"]
```
$ psql -d <database>
$ psql -d YOUR_DATABASE
psql ({pg-version})
Type "help" for help.

Expand Down
2 changes: 1 addition & 1 deletion CN/modules/ROOT/pages/4.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ ivorysql 130445 130274 0 02:45 pts/1 00:00:00 grep --color=auto postgres
psql连接数据库:
[source,bash,subs="attributes"]
```
$ psql -d <database>
$ psql -d YOUR_DATABASE
psql ({pg-version})
Type "help" for help.

Expand Down
2 changes: 1 addition & 1 deletion EN/modules/ROOT/pages/3.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ CONTAINER ID IMAGE COMMAND CREATED ST
Connect to IovrySQL via psql:
[source,subs="attributes"]
```
$ psql -d <database>
$ psql -d YOUR_DATABASE
psql ({pg-version})
Type "help" for help.

Expand Down
2 changes: 1 addition & 1 deletion EN/modules/ROOT/pages/4.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ ivorysql 130445 130274 0 02:45 pts/1 00:00:00 grep --color=auto postgres
Connect to IovrySQL via psql:
[source,subs="attributes"]
```
$ psql -d <database>
$ psql -d YOUR_DATABASE
psql ({pg-version})
Type "help" for help.

Expand Down
Loading