Skip to content

Commit

Permalink
Correction pour la génération du PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed May 16, 2016
1 parent c3d04c6 commit 3972f88
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 15 deletions.
4 changes: 2 additions & 2 deletions postgresql/catalogs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9007,7 +9007,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
</sect1>


<sect1 id="catalog-pg-replication-origin-status">
<sect1 id="view-pg-replication-origin-status">
<title><structname>pg_replication_origin_status</structname></title>

<indexterm zone="catalog-pg-replication-origin-status">
Expand Down Expand Up @@ -9087,7 +9087,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
</table>
</sect1>

<sect1 id="catalog-pg-replication-slots">
<sect1 id="view-pg-replication-slots">
<title><structname>pg_replication_slots</structname></title>

<indexterm zone="catalog-pg-replication-slots">
Expand Down
10 changes: 6 additions & 4 deletions postgresql/func.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13210,7 +13210,7 @@ END</synopsis>
</row>

<row>
<entry><function>count(<replaceable class="parameter">expression</replaceable>)</function></entry>
<entry><function>count (<replaceable class="parameter">expression</replaceable>)</function></entry>
<entry>tout type</entry>
<entry><type>bigint</type></entry>
<entry>Oui</entry>
Expand Down Expand Up @@ -18075,16 +18075,18 @@ off

<tbody>
<row>
<entry>Create a named point for performing restore (restricted to superusers by default, but other users can be granted EXECUTE to run the function)</entry>
<entry>
<literal><function>pg_create_restore_point(<parameter>name</parameter> <type>text</type>)</function></literal>
</entry>
<entry><type>pg_lsn</type></entry>
<entry>Create a named point for performing restore (restricted to superusers by default, but other users can be granted EXECUTE to run the function)</entry>
</row>
<row>
<entry>
<literal><function>pg_current_xlog_flush_location()</function></literal>
</entry>
<entry><type>pg_lsn</type></entry>
<entry>Get current transaction log flush location</entry>
<entry><type>pg_lsn</type></entry>
<entry>Crée un point nommé pour réaliser une restauration (restreint aux superutilisateurs)</entry>
</row>
<row>
<entry>
Expand Down
2 changes: 1 addition & 1 deletion postgresql/monitoring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ postgres 15610 0.0 0.0 58772 3056 ? Ss 18:07 0:00 postgres: tgl
</para>

<para>
Si <xref linkend="guc-cluster-named"/> a été configuré, le nom de l'instance
Si <xref linkend="guc-cluster-name"/> a été configuré, le nom de l'instance
figurera également dans la sortie&nbsp;:
<screen>
$ psql -c 'SHOW cluster_name'
Expand Down
2 changes: 1 addition & 1 deletion postgresql/ref/create_table.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ contrainte <literal>EXCLUDE</literal> peut valoir&nbsp;:</phrase>
linkend="guc-vacuum-freeze-min-age"/>. Notez que l'autovacuum ignorera
les paramètres <literal>autovacuum_freeze_min_age</literal> spécifiques
à la table qui sont plus importants que la moitié du paramètre <xref
linkend="guc- autovacuum-freeze-max-age"/>.
linkend="guc-autovacuum-freeze-max-age"/>.
</para>
</listitem>
</varlistentry>
Expand Down
4 changes: 2 additions & 2 deletions postgresql/ref/pgbench.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1110,15 +1110,15 @@ pgbench <optional> <replaceable>options</replaceable> </optional>
<entry>an integer between <literal>1</literal> and <literal>10</literal></entry>
</row>
<row>
<entry><literal><function>random_exponential(<replaceable>lb</replaceable>, <replaceable>ub</replaceable>, <replaceable>parameter</replaceable>)</function></literal></entry>
<entry><literal><function>random_exponential (<replaceable>lb</replaceable>, <replaceable>ub</replaceable>, <replaceable>parameter</replaceable>)</function></literal></entry>
<entry>integer</entry>
<entry>exponentially-distributed random integer in <literal>[lb, ub]</literal>,
see below</entry>
<entry><literal>random_exponential(1, 10, 3.0)</literal></entry>
<entry>an integer between <literal>1</literal> and <literal>10</literal></entry>
</row>
<row>
<entry><literal><function>random_gaussian(<replaceable>lb</replaceable>, <replaceable>ub</replaceable>, <replaceable>parameter</replaceable>)</function></literal></entry>
<entry><literal><function>random_gaussian (<replaceable>lb</replaceable>, <replaceable>ub</replaceable>, <replaceable>parameter</replaceable>)</function></literal></entry>
<entry>integer</entry>
<entry>gaussian-distributed random integer in <literal>[lb, ub]</literal>,
see below</entry>
Expand Down
6 changes: 3 additions & 3 deletions postgresql/ref/psql-ref.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ basetest=&gt;


<varlistentry>
<term><literal>\d[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">motif</replaceable></link> ]</literal></term>
<term><literal>\d[S+] [ <link linkend="app-psql-patterns"><replaceable class="parameter">motif</replaceable></link> ]</literal></term>

<listitem>
<para>
Expand Down Expand Up @@ -1484,7 +1484,7 @@ basetest=&gt;


<varlistentry>
<term><literal>\dg[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
<term><literal>\dg[S+] [ <link linkend="app-psql-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>

<listitem>
<para>
Expand Down Expand Up @@ -1654,7 +1654,7 @@ basetest=&gt;


<varlistentry>
<term><literal>\du[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
<term><literal>\du[S+] [ <link linkend="app-psql-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
<listitem>
<para>
Liste les rôles de la base de données.
Expand Down
4 changes: 2 additions & 2 deletions postgresql/wal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,8 @@
</para>

<para>
Indépendamment de <varname>max_wal_size</varname>, les <xref linkend="guc-
wal-keep-segments"/> + 1 plus récents fichiers WAL sont conservés en
Indépendamment de <varname>max_wal_size</varname>, les <xref
linkend="guc-wal-keep-segments"/> + 1 plus récents fichiers WAL sont conservés en
permanence. De plus, si l'archivage est activé, les anciens segments ne
sont ni supprimés ni recyclés jusqu'à la réussite de leur archivage. Si
l'archivage des WAL n'est pas assez rapide pour tenir le rythme soutenu de
Expand Down

0 comments on commit 3972f88

Please sign in to comment.