File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ CONTAINER ID IMAGE COMMAND CREATED ST
141141psql连接数据库:
142142[source,bash,subs="attributes"]
143143```
144- $ psql -d <database>
144+ $ psql -d YOUR_DATABASE
145145psql ({pg-version})
146146Type "help" for help.
147147
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ ivorysql 130445 130274 0 02:45 pts/1 00:00:00 grep --color=auto postgres
226226psql连接数据库:
227227[source,bash,subs="attributes"]
228228```
229- $ psql -d <database>
229+ $ psql -d YOUR_DATABASE
230230psql ({pg-version})
231231Type "help" for help.
232232
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ CONTAINER ID IMAGE COMMAND CREATED ST
135135Connect to IovrySQL via psql:
136136[source,subs="attributes"]
137137```
138- $ psql -d <database>
138+ $ psql -d YOUR_DATABASE
139139psql ({pg-version})
140140Type "help" for help.
141141
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ ivorysql 130445 130274 0 02:45 pts/1 00:00:00 grep --color=auto postgres
230230Connect to IovrySQL via psql:
231231[source,subs="attributes"]
232232```
233- $ psql -d <database>
233+ $ psql -d YOUR_DATABASE
234234psql ({pg-version})
235235Type "help" for help.
236236
You can’t perform that action at this time.
0 commit comments