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