Skip to content

Commit dc8f105

Browse files
committed
updated postgres_settings_locking.sql
1 parent 41ff607 commit dc8f105

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

postgres_settings_locking.sql

+16-16
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@
2424
-- https://www.postgresql.org/docs/12/runtime-config-locks.html
2525

2626
SELECT
27-
name,
28-
setting,
29-
-- category,
30-
vartype,
31-
short_desc,
32-
-- enumvals,
33-
source,
34-
min_val,
35-
max_val,
36-
boot_val,
37-
reset_val,
38-
-- not available on PostgreSQL < 9.5
39-
pending_restart
27+
name,
28+
setting,
29+
-- category,
30+
vartype,
31+
short_desc,
32+
-- enumvals,
33+
source,
34+
min_val,
35+
max_val,
36+
boot_val,
37+
reset_val,
38+
-- not available on PostgreSQL < 9.5
39+
pending_restart
4040
FROM
41-
pg_settings
41+
pg_settings
4242
WHERE
43-
-- Lock Management
44-
category ILIKE '%Lock%';
43+
-- Lock Management
44+
category ILIKE '%Lock%';

0 commit comments

Comments
 (0)