Le sam. 8 juin 2019 à 15:44, Julien Rouhaud <rjuju...@gmail.com> a écrit :

> On Sat, Jun 8, 2019 at 3:33 PM Michael Paquier <mich...@paquier.xyz>
> wrote:
> >
> > Hi Guillaume,
> >
> > On Wed, May 29, 2019 at 08:28:59PM +0200, Guillaume Lelarge wrote:
> > > Sure.
> >
> > I have noticed your message on the French list about the completion of
> > the traduction, and congrats for that, it is a huge amount of work.
> > Did you find anything else after your last report?
>
>
I have two more fixes. See attached patch.

It was the merge of upstream documentation completion in the french
> repo, so the actual translation work can now begin.  Probably there
> will be more typo finding in the next weeks.
>

Yeah, only the merge is done. We now need to work on the actual
translation. But this is way more fun than the merge :)

We might find more typos, but it will take time. Applying this patch now
(if it fits you) is probably better.


-- 
Guillaume.
diff --git a/doc/src/sgml/file-fdw.sgml b/doc/src/sgml/file-fdw.sgml
index 2413089ffe..4c34ad9cc9 100644
--- a/doc/src/sgml/file-fdw.sgml
+++ b/doc/src/sgml/file-fdw.sgml
@@ -174,7 +174,7 @@
  </variablelist>
 
  <para>
-  <command>COPY</command>'s <literal>FORCE_QUOTE</literal> options is
+  <command>COPY</command>'s <literal>FORCE_QUOTE</literal> option is
   currently not supported by <literal>file_fdw</literal>.
  </para>
 
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index e053e2ee34..323621b95c 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -753,7 +753,7 @@ psql: could not connect to server: No such file or directory
        <row>
         <entry><varname>SEMMNI</varname></entry>
         <entry>Maximum number of semaphore identifiers (i.e., sets)</entry>
-        <entry>at least <literal>ceil((max_connections + autovacuum_max_workers + wax_wal_senders + max_worker_processes + 5) / 16)</literal> plus room for other applications</entry>
+        <entry>at least <literal>ceil((max_connections + autovacuum_max_workers + max_wal_senders + max_worker_processes + 5) / 16)</literal> plus room for other applications</entry>
        </row>
 
        <row>

Reply via email to