You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* a fully qualified URL to a local PostgreSQL server => TARGET must not exist and will be created
33
33
* a fully qualified URL to a remote PostgreSQL server => TARGET must exist and be empty
34
34
35
-
To delete a local database run ${color.command('dropdb TARGET')}.
36
-
To create an empty remote database, run ${color.command('createdb')} with connection command-line options (run ${color.command('createdb --help')} for details).
35
+
To delete a local database run ${color.code('dropdb TARGET')}.
36
+
To create an empty remote database, run ${color.code('createdb')} with connection command-line options (run ${color.code('createdb --help')} for details).
37
37
`
38
38
39
39
staticexamples=[heredoc`
40
40
# pull Heroku DB named postgresql-swimmingly-100 into local DB mylocaldb that must not exist
0 commit comments