1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-11 04:15:28 +03:00

added addtion param to show they can be separate by space

This commit is contained in:
Tejas Mandre 2024-07-18 05:14:28 +00:00 committed by secwall
parent 30f5dd54f4
commit 4d1b4bd691

View File

@ -45,7 +45,7 @@ callbacks:
### Connection
We could use command-line arguments for connection configuration:
```
admin@localhost foodb $ pgmigrate -c 'dbname=foodb' ...
admin@localhost foodb $ pgmigrate -c 'dbname=foodb user=foo ...' ...
```
Or configuration file:
```