Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-07 00:19:24 +00:00
parent 3e6fa5fca1
commit 4102fec4f8
26 changed files with 610 additions and 8 deletions

17
tldr/pg_test_timing Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# pg_test_timing
> Measure timing overhead on your system (ensure clock monotonicity).
> More information: <https://www.postgresql.org/docs/current/pgtesttiming.html>.
- Run the default timing test (3 seconds):
`pg_test_timing`
- Run for a custom duration:
`pg_test_timing {{[-d|--duration]}} {{seconds}}`