doc: fix typo in 9.4 release note comments
authorBruce Momjian
Wed, 14 May 2014 16:21:03 +0000 (12:21 -0400)
committerBruce Momjian
Wed, 14 May 2014 16:21:16 +0000 (12:21 -0400)
Patch by Sergey Muraviov

doc/src/sgml/release-9.4.sgml

index abf361a5093f61a123a597be290a64a5773708a7..865465a74c16724c470e6d85089885828862feda 100644 (file)
        
         Add variables 
         linkend="plpgsql-extra-checks">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)