diff --git a/doc/src/sgml/ref/checkpoint.sgml b/doc/src/sgml/ref/checkpoint.sgml index cd981cf2cab..08dbe62c612 100644 --- a/doc/src/sgml/ref/checkpoint.sgml +++ b/doc/src/sgml/ref/checkpoint.sgml @@ -35,8 +35,10 @@ CHECKPOINT [ ( option [, ...] ) ] A checkpoint is a point in the write-ahead log sequence at which - all data files have been updated to reflect the information in the - log. All data files will be flushed to disk. Refer to + all data files for permanent relations have been updated to reflect the + information in the log. All data for permanent relations files will be + flushed to disk, dirty buffers of unlogged relations are not flushed unless + FLUSH_UNLOGGED is specified. Refer to for more details about what happens during a checkpoint.