Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 284 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 284 Bytes

PostgresDBA

Useful tools for Postgres DBA

Installation

Clone, go to the directory and run psql (version 10 is required):

git clone git@github.com:NikolayS/PostgresDBA.git
cd PostgresDBA
psql

In psql, type:

\i start.psql

– it will open interactive menu.