Fix typo. split does not produce ".".
authorTatsuo Ishii
Mon, 10 Sep 2001 07:11:28 +0000 (07:11 +0000)
committerTatsuo Ishii
Mon, 10 Sep 2001 07:11:28 +0000 (07:11 +0000)
doc/src/sgml/backup.sgml

index 45f4108df5f678f7e03bc3a076d88ce26d8ea3b9..4ba3046e7341ef08de058a7168750bff5432691d 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  Backup and Restore
 
@@ -227,7 +227,7 @@ pg_dump dbname | split -b 1m - 
      
 
 createdb dbname
-cat filename.* | psql dbname
+cat filename* | psql dbname