Skip to content

Commit

Permalink
Correction des quelques paramètres "zone" erronés dans les <indexterm>.
Browse files Browse the repository at this point in the history
Ces erreurs empêchent la génération du PDF quand l'index est présent.
Pour la sortie HTML elles n'empêchaient pas la génération, mais font
des entrées dans l'index qui ne pointent sur rien.
  • Loading branch information
dverite authored and gleu committed Nov 14, 2018
1 parent 2a0892f commit a8a2403
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion postgresql/btree-gist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<sect1 id="btree-gist" xreflabel="btree_gist">
<title>btree_gist</title>

<indexterm zone="b-tree-gist">
<indexterm zone="btree-gist">
<primary>btree_gist</primary>
</indexterm>

Expand Down
4 changes: 2 additions & 2 deletions postgresql/catalogs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10107,7 +10107,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
<sect1 id="view-pg-replication-origin-status">
<title><structname>pg_replication_origin_status</structname></title>

<indexterm zone="catalog-pg-replication-origin-status">
<indexterm zone="view-pg-replication-origin-status">
<primary>pg_replication_origin_status</primary>
</indexterm>

Expand Down Expand Up @@ -10187,7 +10187,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
<sect1 id="view-pg-replication-slots">
<title><structname>pg_replication_slots</structname></title>

<indexterm zone="catalog-pg-replication-slots">
<indexterm zone="view-pg-replication-slots">
<primary>pg_replication_slots</primary>
</indexterm>

Expand Down
4 changes: 2 additions & 2 deletions postgresql/ref/create_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ CREATE VIEW [ <replaceable>schéma</replaceable> . ] <replaceable>nom</replaceab

<varlistentry>
<term><literal>WITH [ CASCADED | LOCAL ] CHECK OPTION</literal>
<indexterm zone="SQL-CREATEVIEW">
<indexterm zone="sql-createview">
<primary>CHECK OPTION</primary>
</indexterm>
<indexterm zone="SQL-CREATEVIEW">
<indexterm zone="sql-createview">
<primary>WITH CHECK OPTION</primary>
</indexterm></term>
<listitem>
Expand Down
4 changes: 2 additions & 2 deletions postgresql/ref/insert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,10 @@ INSERT INTO <replaceable class="PARAMETER">nom_table</replaceable> [ AS <replace

<refsect2 id="sql-on-conflict">
<title id="sql-on-conflict-title">Clause <literal>ON CONFLICT</literal></title>
<indexterm zone="SQL-INSERT">
<indexterm zone="sql-insert">
<primary>UPSERT</primary>
</indexterm>
<indexterm zone="SQL-INSERT">
<indexterm zone="sql-insert">
<primary>ON CONFLICT</primary>
</indexterm>
<para>
Expand Down

0 comments on commit a8a2403

Please sign in to comment.