MichaelMt66 / open-source-lakehouse

3 stars 2 forks source link

Login command doesn't work #7

Closed alberttwong closed 5 months ago

alberttwong commented 5 months ago
atwong@Albert-CelerData ~ % psql -h localhost -p 5432 -U postgresuser -d metastore
 — passwd
Password for user postgresuser:
psql (14.10 (Homebrew), server 13.13 (Debian 13.13-1.pgdg120+1))
Type "help" for help.
alberttwong commented 5 months ago

correct way

atwong@Albert-CelerData ~ % export PGPASSWORD='passwd';psql -h localhost -p 5432 -U postgresuser -d metastore
psql (14.10 (Homebrew), server 13.13 (Debian 13.13-1.pgdg120+1))
Type "help" for help.