We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c945f commit f8859a7Copy full SHA for f8859a7
doc/src/sgml/pgwalinspect.sgml
@@ -250,8 +250,9 @@ block_fpi_data |
250
For example:
251
<screen>
252
postgres=# SELECT * FROM pg_get_wal_stats('0/1E847D00', '0/1E84F500')
253
- WHERE count > 0 LIMIT 1 AND
254
- "resource_manager/record_type" = 'Transaction';
+ WHERE count > 0 AND
+ "resource_manager/record_type" = 'Transaction'
255
+ LIMIT 1;
256
-[ RECORD 1 ]----------------+-------------------
257
resource_manager/record_type | Transaction
258
count | 2
0 commit comments