diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 099f2c4ae90..8a862b0027c 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -5763,7 +5763,7 @@ SELECT timeofday(); SELECT CURRENT_TIMESTAMP; SELECT now(); -SELECT TIMESTAMP 'now'; +SELECT TIMESTAMP 'now'; -- incorrect for use with DEFAULT