Skip to content

Commit

Permalink
WIP note for table sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayS committed Dec 24, 2017
1 parent 882c90d commit 7d37510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start.psql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
\echo Menu:
\echo ' 1 – Basic Node Information (master/replica, lag, DB size, tmp files)'
\echo ' 2 – Sizes of tables (not yet implemented)'
\echo ' 2 – Sizes of tables (WIP)'
\echo ' b1 – Tables bloat, rough estimation'
\echo ' b2 – B-tree indexes bloat, rough estimation'
\echo ' b3 – Tables bloat, more precise (requires pgstattuple extension; expensive)'
Expand Down Expand Up @@ -29,7 +29,7 @@ select
\prompt 'Press <Enter> to continue…' d_dummy
\i ./start.psql
\elif :d_step_is_2
\echo ' 2 is chosen!'
\echo ' WIP! Not implemented yet! Stay tuned and do git pull!'
\prompt 'Press <Enter> to continue…' d_dummy
\i ./start.psql
\elif :d_step_is_b1
Expand Down

0 comments on commit 7d37510

Please # to comment.