Skip to content

Commit 5ac694f

Browse files
authored
Update README.md
1 parent 82a2f3d commit 5ac694f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# PostgresDBA
2-
Useful tools for Postgres DBA
2+
3+
The missing set of useful tools for Postgres DBA.
34

45
## Requirements
56

@@ -14,7 +15,7 @@ That's it. Nothing is really needed to be installed.
1415

1516
## Usage
1617

17-
### Locally
18+
### Local Postgres Server
1819
If you are running psql and Postgres server on the same machine, just launch psql:
1920
```bash
2021
psql -U <username> <dbname>
@@ -27,7 +28,7 @@ And type (assuming that you are sitting in the `PostgresDBA` directory):
2728

2829
– it will open interactive menu.
2930

30-
### Remotely
31+
### Remote Postgres Server
3132
What to do if you need to connect to a remote Postgres server? Usually, Postgres is behind firewall and/or doesn't listen to a public netowork interface. So you need to be able to connect to the sever using SSH. If you can do it, then just create SSH tunnel (assuming that Postgres listens to default port 5432 on that server:
3233

3334
```bash
@@ -44,7 +45,7 @@ Then you are ready to use it (again, assuming you were sitting in the project di
4445
\i ./start.psql
4546
```
4647

47-
### Heroku
48+
### Heroku Postgres
4849
Sitting in the `PostgresDBA` directory on your local machine, run, as usual:
4950
```bash
5051
heroku pg:psql -a <your_project_name>

0 commit comments

Comments
 (0)