ankane / dexter

The automatic indexer for Postgres
MIT License
1.9k stars 47 forks source link

Argument parsing doesn't seem to work as explained in the readme #27

Closed alexanderadam closed 6 years ago

alexanderadam commented 6 years ago

Other than explained in the readme this won't use user postgres:

dexter -U postgres -p 5432 -d database

but this will:

dexter postgresql://postgres@localhost:5432/database

ankane commented 6 years ago

Hey @alexanderadam, thanks for reporting 👍 Fixed on master.

alexanderadam commented 6 years ago

Awesome, thank you for your blazingly fast response :+1: