From: Peter Eisentraut Date: Sat, 30 Mar 2019 16:25:13 +0000 (+0100) Subject: doc: Fix typo X-Git-Tag: REL_12_BETA1~368 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef6576f5379edfa29bb4f99880b0f76dd315dd14;p=thirdparty%2Fpostgresql.git doc: Fix typo Author: Justin Pryzby --- diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 0172fa3b4be..0fcbc660b31 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -819,7 +819,7 @@ WITH ( MODULUS numeric_literal, REM The keyword STORED is required to signify that the - column will be computed on write and will be stored on disk. default. + column will be computed on write and will be stored on disk.