Skip to content

Commit 117bb23

Browse files
committed
fix(roles): remove extra space in menu descriptions
1 parent d974cc5 commit 117bb23

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
-- Create user with random password (interactive)
1+
--Create user with random password (interactive)
22
\ir ../roles/create_user_with_random_password.psql
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
-- Alter user with random password (interactive)
1+
--Alter user with random password (interactive)
22
\ir ../roles/alter_user_with_random_password.psql

start.psql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
\echo ' l1 – Lock trees (leightweight)'
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?'
22-
\echo ' r1 – Create user with random password (interactive)'
23-
\echo ' r2 – Alter user with random password (interactive)'
22+
\echo ' r1 – Create user with random password (interactive)'
23+
\echo ' r2 – Alter user with random password (interactive)'
2424
\echo ' s1 – Slowest queries, by total time (requires pg_stat_statements)'
2525
\echo ' s2 – Slowest queries report (requires pg_stat_statements)'
2626
\echo ' t1 – Postgres parameters tuning'

0 commit comments

Comments
 (0)