Skip to content

Commit 8528632

Browse files
committed
refactor(t2): rename to 'objects with custom storage parameters'
Make the query name more user-friendly and clearer. The new name emphasizes that these are non-default, customized settings rather than using the technical term 'reloptions'.
1 parent 0b6e2cc commit 8528632

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sql/t2_storage_parameters.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--Storage parameters (reloptions)
1+
--Objects with custom storage parameters
22

33
with rel_with_options as (
44
select

start.psql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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'
27-
\echo ' t2 – Storage parameters (reloptions)'
27+
\echo ' t2 – Objects with custom storage parameters'
2828
\echo ' v1 – Vacuum: current activity'
2929
\echo ' v2 – VACUUM progress and autovacuum queue'
3030
\echo ' q – Quit'

0 commit comments

Comments
 (0)