forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit42c6236
committed
Fix documentation about joining pg_locks to other views.
The advice to join to pg_prepared_xacts via the transaction column was notupdated when the transaction column was replaced by virtualtransaction.Since it's not quite obvious how to do that join, give an explicit example.For consistency also give an example for the adjacent case of joining topg_stat_activity. And link-ify the view references too, just because wecan. Per bug #9840 from Alexey Bashtanov.Michael Paquier and Tom Lane1 parent879808e commit42c6236
1 file changed
+18
-7
lines changedLines changed: 18 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7871 | 7871 |
| |
7872 | 7872 |
| |
7873 | 7873 |
| |
7874 |
| - | |
7875 |
| - | |
7876 |
| - | |
| 7874 | + | |
| 7875 | + | |
| 7876 | + | |
| 7877 | + | |
| 7878 | + | |
| 7879 | + | |
| 7880 | + | |
| 7881 | + | |
| 7882 | + | |
7877 | 7883 |
| |
7878 |
| - | |
7879 |
| - | |
7880 |
| - | |
7881 |
| - | |
| 7884 | + | |
| 7885 | + | |
| 7886 | + | |
| 7887 | + | |
7882 | 7888 |
| |
7883 | 7889 |
| |
| 7890 | + | |
| 7891 | + | |
| 7892 | + | |
| 7893 | + | |
| 7894 | + | |
7884 | 7895 |
| |
7885 | 7896 |
| |
7886 | 7897 |
| |
|
0 commit comments
Comments
(0)