Horje
how to connect to a remote postgresql database Code Example
how to connect to remote postgres database from command line
psql -h <IP_Address> -p <port_no> -d <database_name> -U <DB_username> -W

-W option will prompt for password

psql -h 192.168.1.50 -p 5432 -d testdb -U testuser -W
how to connect to a remote postgresql database
$ psql -h <host> -p <port> -U <username> <database>




Shell

Related
76 packages are looking for funding run `npm fund` for details found 7 vulnerabilities (5 low, 1 moderate, 1 high) run `npm audit fix` to fix them, or `npm audit` for details Code Example 76 packages are looking for funding run `npm fund` for details found 7 vulnerabilities (5 low, 1 moderate, 1 high) run `npm audit fix` to fix them, or `npm audit` for details Code Example
installing preload in ubuntu Code Example installing preload in ubuntu Code Example
tmux kill all sessions Code Example tmux kill all sessions Code Example
gem uninstall version specific Code Example gem uninstall version specific Code Example
Install autoconf macos Code Example Install autoconf macos Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9