Skip to content

Commit

Permalink
Translate createdb.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 08b3018 commit e4e5749
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions postgresql/ref/createdb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,9 @@
<para>
Créer la base de données <literal>demo</literal> sur le
serveur hébergé sur l'hôte <literal>eden</literal>, port 5000,
en utilisant <literal>template0</literal> template database, here is the
command-line command and the underlying SQL command&nbsp;:
en utilisant la base de données modèle <literal>template0</literal>, voici
la commande en ligne de commande ainsi que la commande SQL
sous-jacente&nbsp;:
<screen>
<prompt>$ </prompt><userinput>createdb -p 5000 -h eden -T template0 -e demo</userinput>
<computeroutput>CREATE DATABASE demo TEMPLATE template0;</computeroutput>
Expand Down

0 comments on commit e4e5749

Please sign in to comment.