Showing posts with the label Postgres

How to Check Which Database I Am Using in Postgres

Until docker run -it --rm --link YOUR-PG-CONTAINER-NAMEpg postgres95 psql -U postgres -h pg -c select 1 -d postgres. Go…