doc: PG 16 relnotes, fix PREPARE/EXECUTE wording
authorBruce Momjian <[email protected]>
Mon, 5 Jun 2023 18:00:37 +0000 (14:00 -0400)
committerBruce Momjian <[email protected]>
Mon, 5 Jun 2023 18:00:37 +0000 (14:00 -0400)
Reported-by: Erik Rijkers
Discussion: https://postgr.es/m/73f361d0-237e-3413-224b-86ab6b71a3dd@xs4all.nl

doc/src/sgml/release-16.sgml

index d59f7cf46f36320f90948593a5b5610cdc019593..0338582365f38c5ac4494bb49aca03bc6584e8b6 100644 (file)
@@ -2868,7 +2868,7 @@ Allow auto_explain to log values passed to parameterized statements (Dagfinn Ilm
 </para>
 
 <para>
-This affects queries using server-side PRAPARE/EXECUTE and client-side parse/bind.  Logging is controlled by auto_explain.log_parameter_max_length;  by default query parameters will
+This affects queries using server-side PREPARE/EXECUTE and client-side parse/bind.  Logging is controlled by auto_explain.log_parameter_max_length;  by default query parameters will
 be logged with no length restriction.
 </para>
 </listitem>