Skip to content

Commit 7d37510

Browse files
committed
WIP note for table sizes
1 parent 882c90d commit 7d37510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start.psql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\echo Menu:
22
\echo ' 1 – Basic Node Information (master/replica, lag, DB size, tmp files)'
3-
\echo ' 2 – Sizes of tables (not yet implemented)'
3+
\echo ' 2 – Sizes of tables (WIP)'
44
\echo ' b1 – Tables bloat, rough estimation'
55
\echo ' b2 – B-tree indexes bloat, rough estimation'
66
\echo ' b3 – Tables bloat, more precise (requires pgstattuple extension; expensive)'
@@ -29,7 +29,7 @@ select
2929
\prompt 'Press <Enter> to continue…' d_dummy
3030
\i ./start.psql
3131
\elif :d_step_is_2
32-
\echo ' 2 is chosen!'
32+
\echo ' WIP! Not implemented yet! Stay tuned and do git pull!'
3333
\prompt 'Press <Enter> to continue…' d_dummy
3434
\i ./start.psql
3535
\elif :d_step_is_b1

0 commit comments

Comments
 (0)