Index: pages/lang.in ================================================================== --- pages/lang.in +++ pages/lang.in @@ -3237,12 +3237,13 @@ RecursiveBubbleDiagram insert-stmt

The INSERT statement comes in three basic forms. -

+ -

^The "REPLACE" and "INSERT OR action" forms specify an alternative -constraint conflict resolution algorithm to use during this one INSERT command. -See the section titled [ON CONFLICT] for additional information. +

+^The initial "INSERT" keyword can be replaced by +"REPLACE" and "INSERT OR action" to specify an alternative +constraint [ON CONFLICT|conflict resolution algorithm] to use during +that one INSERT command. For compatibility with MySQL, ^the parser allows the use of the single keyword REPLACE as an alias for "INSERT OR REPLACE".

^(The optional "schema-name." prefix on the