[[email protected] ~]$ psql -p5532
psql: FATAL: database "pg102" does not exist
[[email protected] ~]$ psql -p5532 -d postgres
psql (10.2)
Type "help" for help.
postgres=# \q
[[email protected] ~]$ psql -p 5532 -d postgres -U pg102
psql (10.2)
Type "help" for help.
postgres=#