File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 10
10
/running_pg_cluster_in_docker /1. Hello Postgres cluster /pg_0_data /
11
11
/running_pg_cluster_in_docker /1. Hello Postgres cluster /pg_1_data /
12
12
/running_pg_cluster_in_docker /1. Hello Postgres cluster /pg_2_data /
13
+ /useful-sql-scripts.iml
Original file line number Diff line number Diff line change 1
1
# useful-sql-scripts
2
- A set of useful SQL scripts
2
+ A set of useful SQL scripts (mostly for PostgreSQL)
Original file line number Diff line number Diff line change 1
1
# System Administration Functions
2
- [ Doc] ( https://postgrespro.ru/docs/postgrespro/10/functions-admin )
2
+ [ Doc ENG] ( https://www.postgresql.org/docs/current/functions-admin.html )
3
+ [ Doc RUS] ( https://postgrespro.ru/docs/postgresql/15/functions-admin )
3
4
4
5
## Option 1
5
6
```
23
24
END$$;
24
25
```
25
26
26
- ## Зависшие запросы
27
+ ## Hung requests ( Зависшие запросы)
27
28
```
28
29
select (now() - xact_start)::time as xact_age,
29
30
(now() - query_start)::time as query_age,
You can’t perform that action at this time.
0 commit comments