From: Thomas Munro Date: Sun, 24 Nov 2019 20:20:28 +0000 (+1300) Subject: doc: Fix whitespace in syntax. X-Git-Tag: REL_10_12~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c08ac67f47a3e3e8ca7889178f1f12fe993ca7d2;p=thirdparty%2Fpostgresql.git doc: Fix whitespace in syntax. Back-patch to 10. Author: Andreas Karlsson Discussion: https://postgr.es/m/043acae2-a369-b7fa-be48-1933aa2e82d1%40proxel.se --- diff --git a/doc/src/sgml/ref/insert.sgml b/doc/src/sgml/ref/insert.sgml index cc9b94617e9..49c70aa5263 100644 --- a/doc/src/sgml/ref/insert.sgml +++ b/doc/src/sgml/ref/insert.sgml @@ -23,7 +23,7 @@ PostgreSQL documentation [ WITH [ RECURSIVE ] with_query [, ...] ] INSERT INTO table_name [ AS alias ] [ ( column_name [, ...] ) ] - [ OVERRIDING { SYSTEM | USER} VALUE ] + [ OVERRIDING { SYSTEM | USER } VALUE ] { DEFAULT VALUES | VALUES ( { expression | DEFAULT } [, ...] ) [, ...] | query } [ ON CONFLICT [ conflict_target ] conflict_action ] [ RETURNING * | output_expression [ [ AS ] output_name ] [, ...] ]