You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ And type `:dba <Enter>` in psql. (Or `\i /path/to/PostgresDBA/start.psql` if you
46
46
47
47
– it will open interactive menu.
48
48
49
-
<imgwidth="782"alt="screen shot 2017-12-30 at 23 51 38"src="https://user-images.githubusercontent.com/1345402/34460181-67ba7ae8-edbc-11e7-92b2-2464cbcd36b7.png">
49
+
<imgwidth="779"alt="screen shot 2018-01-05 at 13 14 30"src="https://user-images.githubusercontent.com/1345402/34628761-6b98b988-f21a-11e7-8e5c-ab2580389a5c.png">
50
50
51
51
### Connect to Remote Postgres Server
52
52
What to do if you need to connect to a remote Postgres server? Usually, Postgres is behind a firewall and/or doesn't listen to a public network interface. So you need to be able to connect to the server using SSH. If you can do it, then just create SSH tunnel (assuming that Postgres listens to default port 5432 on that server:
0 commit comments