Skip to content

Commit cd96057

Browse files
authored
Update README.md
1 parent 74876cb commit cd96057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The missing set of useful tools for Postgres DBA and mere mortals.
44

55
:warning: The project is in its very early stage. If you have great ideas, feel free to create a pull request or open an issue.
66

7+
<img width="709" alt="screen shot 2018-03-17 at 14 34 04" src="https://user-images.githubusercontent.com/1345402/37560150-78b4b24e-29f0-11e8-9b3f-7d68b13631e1.png">
8+
79
## Questions?
810

911
Questions? Ideas? Contact me: samokhvalov@gmail.com, Nikolay Samokhvalov.
@@ -45,8 +47,6 @@ And type `:dba <Enter>` in psql. (Or `\i /path/to/postgres_dba/start.psql` if yo
4547

4648
– it will open interactive menu.
4749

48-
<img width="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">
49-
5050
### Connect to Remote Postgres Server
5151
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:
5252

0 commit comments

Comments
 (0)