Skip to content

Commit

Permalink
Translate copy.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju authored and gleu committed Jun 16, 2017
1 parent 9fb0acf commit 9474ff1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions postgresql/ref/copy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -406,12 +406,12 @@ COPY <replaceable class="parameter">nombre</replaceable>
<command>COPY TO</command> ne peut être utilisé qu'avec des tables réelles,
pas avec des vues. Néanmoins, vous pouvez écrire <literal>COPY (SELECT * FROM
<replaceable class="parameter">nom_vue</replaceable>) TO ...</literal>
to copy the current contents of a view.
pour copier le contenu actuel d'une vue.
</para>

<para>
<command>COPY FROM</command> can be used with plain tables and with views
that have <literal>INSTEAD OF INSERT</literal> triggers.
<command>COPY FROM</command> peut être utilisée avec une table standard et
avec des vues ayant des déclencheurs <literal>INSTEAD OF INSERT</literal>.
</para>

<para>
Expand Down Expand Up @@ -491,9 +491,9 @@ COPY <replaceable class="parameter">nombre</replaceable>
</para>

<para>
For identity columns, the <command>COPY FROM</command> command will always
write the column values provided in the input data, like
the <command>INPUT</command> option <literal>OVERRIDING SYSTEM
Pour les colonnes d'identité, la commande <command>COPY FROM</command>
écrira toujours les valeurs de la colonnes fournies dans les données en
entrée, comme l'option <command>INPUT</command> <literal>OVERRIDING SYSTEM
VALUE</literal>.
</para>

Expand Down

0 comments on commit 9474ff1

Please sign in to comment.