We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 882c90d commit 7d37510Copy full SHA for 7d37510
start.psql
@@ -1,6 +1,6 @@
1
\echo Menu:
2
\echo ' 1 – Basic Node Information (master/replica, lag, DB size, tmp files)'
3
-\echo ' 2 – Sizes of tables (not yet implemented)'
+\echo ' 2 – Sizes of tables (WIP)'
4
\echo ' b1 – Tables bloat, rough estimation'
5
\echo ' b2 – B-tree indexes bloat, rough estimation'
6
\echo ' b3 – Tables bloat, more precise (requires pgstattuple extension; expensive)'
@@ -29,7 +29,7 @@ select
29
\prompt 'Press <Enter> to continue…' d_dummy
30
\i ./start.psql
31
\elif :d_step_is_2
32
- \echo ' 2 is chosen!'
+ \echo ' WIP! Not implemented yet! Stay tuned and do git pull!'
33
34
35
\elif :d_step_is_b1
0 commit comments