“Postgres Container PSQL” Respostas de código

PostGres de contêiner

docker run --name teste-postgres --network=postgres-network -e "POSTGRES_PASSWORD=Postgres2018!" -p 5432:5432 -v /home/renatogroffe/Desenvolvimento/PostgreSQL:/var/lib/postgresql/data -d postgres
Difficult Duck

Postgres Container PSQL

psql -h localhost -p 5432
Funny Flatworm

Postgres Container PSQL

psql -h hostname -U username -d database_name
Funny Flatworm

Respostas semelhantes a “Postgres Container PSQL”

Perguntas semelhantes a “Postgres Container PSQL”

Mais respostas relacionadas para “Postgres Container PSQL” em Sql

Procure respostas de código populares por idioma

Procurar outros idiomas de código