Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgresql connect to database

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
 
PREVIOUS NEXT
Tagged: #postgresql #connect #database
ADD COMMENT
Topic
Name
1+4 =