2020-02-04 21:42:09 -05:00
|
|
|
#psql -h localhost -U postgres -d postgres
|
|
|
|
#psql -h localhost -U crc_user -d crc_test
|
2022-04-27 12:54:32 -04:00
|
|
|
#psql -h localhost -U crc_user -d crc_dev
|
2023-05-10 11:49:34 -04:00
|
|
|
docker exec -it postgres-db-1 psql -U crc_user crc_dev
|