From: Bruce Momjian Date: Wed, 14 May 2014 16:21:03 +0000 (-0400) Subject: doc: fix typo in 9.4 release note comments X-Git-Tag: jit-before-rebase-2017-11-03~7035 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=eefd90c4a95449f02b568d5370cfe6bcd1bf13e9;p=users%2Fandresfreund%2Fpostgres.git doc: fix typo in 9.4 release note comments Patch by Sergey Muraviov --- diff --git a/doc/src/sgml/release-9.4.sgml b/doc/src/sgml/release-9.4.sgml index abf361a509..865465a74c 100644 --- a/doc/src/sgml/release-9.4.sgml +++ b/doc/src/sgml/release-9.4.sgml @@ -1605,7 +1605,7 @@ Add variables plpgsql.extra_warnings - and plpgsql.extra_errorsto enable additional PL/pgSQL + and plpgsql.extra_errors to enable additional PL/pgSQL warnings and errors (Marko Tiikkaja, Petr Jelinek)