Skip to content

Commit

Permalink
Corriger nom nouvelle base dans exemple pg_restore
Browse files Browse the repository at this point in the history
  • Loading branch information
pgiraud authored and gleu committed Jul 6, 2022
1 parent c45a6d0 commit da9af2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgresql/ref/pg_restore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -995,8 +995,8 @@
<literal>nouvelle_base</literal>&nbsp;:

<screen>
<prompt>$</prompt> <userinput>createdb -T template0 newdb</userinput>
<prompt>$</prompt> <userinput>pg_restore -d newdb db.dump</userinput>
<prompt>$</prompt> <userinput>createdb -T template0 nouvelle_base</userinput>
<prompt>$</prompt> <userinput>pg_restore -d nouvelle_base db.dump</userinput>
</screen>

Notez que nous n'utilisons pas <option>-C</option> et que nous nous sommes
Expand Down

0 comments on commit da9af2d

Please sign in to comment.