Skip to content

Commit

Permalink
Correction de balises
Browse files Browse the repository at this point in the history
Génération OK :)
  • Loading branch information
gleu committed Aug 29, 2018
1 parent bad23fa commit c184f42
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions postgresql/ddl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2420,8 +2420,8 @@ SELECT * FROM information WHERE groupe_id = 2 FOR UPDATE;
<listitem>
<para>
Supprimer le schéma public du <varname>search_path</varname> dans <link
linkend="config-setting-configuration-
file"><filename>postgresql.conf</filename></link>. La conséquence pour
linkend="config-setting-configuration-file"><filename>postgresql.conf</filename></link>.
La conséquence pour
l'utilisateur correspond à celle de la méthode précédente. En plus des
implications pour les fonctions et <literal>CREATEROLE</literal>, cela demande de
faire confiance aux propriétaires des bases de données like
Expand Down
2 changes: 1 addition & 1 deletion postgresql/ref/psql-ref.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ basetest=&gt;
et déclencheurs associés sont aussi affichés. Pour les tables distantes,
le serveur distant associé est aussi affiché. (Ce qui
<quote>correspond au motif</quote> est défini dans
<xref linkend="APP-PSQL-patterns" endterm="APP-PSQL-patterns-title"/>
<xref linkend="app-psql-patterns" endterm="app-psql-patterns-title"/>
ci-dessous.)
</para>

Expand Down
15 changes: 7 additions & 8 deletions postgresql/standalone-install.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!--
Expand All @@ -15,10 +14,10 @@ in the stand-alone version.
<productname>PostgreSQL</productname> using this source code distribution.
</para>

<xi:include href="postgres.sgml" xpointer="install-short" xmlns:xi="http://www.w3.org/2001/xinclude">
<xi:include href="postgres.sgml" xpointer="install-requirements" xmlns:xi="http://www.w3.org/2001/xinclude">
<xi:include href="postgres.sgml" xpointer="install-procedure" xmlns:xi="http://www.w3.org/2001/xinclude">
<xi:include href="postgres.sgml" xpointer="install-post" xmlns:xi="http://www.w3.org/2001/xinclude">
<xi:include href="postgres.xml" xpointer="install-short" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="postgres.xml" xpointer="install-requirements" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="postgres.xml" xpointer="install-procedure" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="postgres.xml" xpointer="install-post" xmlns:xi="http://www.w3.org/2001/XInclude"/>

<sect1 id="install-getting-started">
<title>Getting Started</title>
Expand Down Expand Up @@ -163,6 +162,6 @@ postgres$ <userinput>/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data</useri
</para>
</sect1>

<xi:include href="postgres.sgml" xpointer="supported-platforms" xmlns:xi="http://www.w3.org/2001/xinclude">
<xi:include href="postgres.sgml" xpointer="installation-platform-notes" xmlns:xi="http://www.w3.org/2001/xinclude">
</xi:include>
<xi:include href="postgres.xml" xpointer="supported-platforms" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="postgres.xml" xpointer="installation-platform-notes" xmlns:xi="http://www.w3.org/2001/XInclude"/>
</article>

0 comments on commit c184f42

Please sign in to comment.