Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
felixge committed May 12, 2020
1 parent 17287c1 commit bafd4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -72,7 +72,7 @@ pg_stat_kcache view
+-------------+-------------------+-------------------------------------------------------------+
| reads_blks | bigint | Number of 8K blocks read by the filesystem layer |
+-------------+-------------------+-------------------------------------------------------------+
| writes | bigint | Number of butes written by the filesystem layer |
| writes | bigint | Number of bytes written by the filesystem layer |
+-------------+-------------------+-------------------------------------------------------------+
| writes_blks | bigint | Number of 8K blocks written by the filesystem layer |
+-------------+-------------------+-------------------------------------------------------------+
Expand Down

0 comments on commit bafd4bf

Please sign in to comment.