https://hub.docker.com/_/postgres on visual studio code : $ docker pull postgres start a postgres instance on DockerDesktop press cli #su – postgres psql postgres=# show config_file;…
View More Docker Postgres ConfigCategory: Postgres
Postgres
Connect to AWS EC2 postgres
If you can’t connect to aws ec2 instance: vi /var/lib/pgsql/12/data/postgresql.conf listen_addresses = ‘*’
View More Connect to AWS EC2 postgres