Skip to content

Commit

Permalink
Translate information_schema.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 8d08929 commit 7a0a0f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions postgresql/information_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1659,18 +1659,18 @@
<entry><literal>is_identity</literal></entry>
<entry><type>yes_or_no</type></entry>
<entry>
If the column is an identity column, then <literal>YES</literal>,
else <literal>NO</literal>.
Si la colonne est une colonne d'identité, alors <literal>YES</literal>,
sinon <literal>NO</literal>.
</entry>
</row>

<row>
<entry><literal>identity_generation</literal></entry>
<entry><type>character_data</type></entry>
<entry>
If the column is an identity column, then <literal>ALWAYS</literal>
or <literal>BY DEFAULT</literal>, reflecting the definition of the
column.
Si la colonne esst une colonne d'identité, alors <literal>ALWAYS</literal>
sinon <literal>BY DEFAULT</literal>, reflétant la définition de la
colonne.
</entry>
</row>

Expand Down

0 comments on commit 7a0a0f5

Please sign in to comment.