Skip to content
Snippets Groups Projects
Commit acb66fc5 authored by Tatsuo Ishii's avatar Tatsuo Ishii
Browse files

Fix typo. split does not produce ".".

parent 0e76f1bb
Branches
Tags
No related merge requests found
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.13 2001/09/09 23:52:12 petere Exp $ --> <!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.14 2001/09/10 07:11:28 ishii Exp $ -->
<chapter id="backup"> <chapter id="backup">
<title>Backup and Restore</title> <title>Backup and Restore</title>
...@@ -227,7 +227,7 @@ pg_dump <replaceable class="parameter">dbname</replaceable> | split -b 1m - <rep ...@@ -227,7 +227,7 @@ pg_dump <replaceable class="parameter">dbname</replaceable> | split -b 1m - <rep
<informalexample> <informalexample>
<programlisting> <programlisting>
createdb <replaceable class="parameter">dbname</replaceable> createdb <replaceable class="parameter">dbname</replaceable>
cat <replaceable class="parameter">filename</replaceable>.* | psql <replaceable class="parameter">dbname</replaceable> cat <replaceable class="parameter">filename</replaceable>* | psql <replaceable class="parameter">dbname</replaceable>
</programlisting> </programlisting>
</informalexample> </informalexample>
</para> </para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment