File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- -- Lock trees (leightweight )
1+ -- Lock trees (lightweight )
22
33-- Source: https://github.com/dataegret/pg-utils/blob/master/sql/locktree.sql
44-- The paths won't be precise but this query is very light and may be used quite frequently
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ select :postgres_dba_t1_location = 3 as postgres_dba_t1_location_rds \gset
4242
4343\echo
4444\echo
45- \echo ' Type total available memory (in GB ): '
45+ \echo ' Type total available memory (in GiB ): '
4646\prompt postgres_dba_t1_memory
4747
4848\echo
Original file line number Diff line number Diff line change 1616\echo ' i3 – FKs with missing/bad indexes'
1717\echo ' i4 – Invalid indexes'
1818\echo ' i5 – Cleanup unused and redundant indexes – do & undo migration DDL'
19- \echo ' l1 – Lock trees (leightweight )'
19+ \echo ' l1 – Lock trees (lightweight )'
2020\echo ' l2 – Lock trees, detailed (based on pg_blocking_pids())'
2121\echo ' p1 – [EXP] Alignment padding: how many bytes can be saved if columns are reordered?'
2222\echo ' r1 – Create user with random password (interactive)'
You can’t perform that action at this time.
0 commit comments