Answers for "postgresql conectar"

SQL
0

postgresql conectar

psql -d geo -h 192.168.1.12 -p 5432 -U supervisor

// geo is a database and supervisor is a user
// Once on postgres you can change the database by typing

c postgres
Posted by: Guest on January-30-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language