File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
* Portions Copyright (c) 1994, Regents of the University of California
7
7
*
8
8
*
9
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.12 2003/01/06 18:53:25 petere Exp $
9
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.13 2003/01/16 15:27:59 tgl Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -397,7 +397,7 @@ dumpCreateDB(PGconn *conn)
397
397
buf = createPQExpBuffer ();
398
398
399
399
if (output_clean )
400
- appendPQExpBuffer (buf , "DROP DATABASE %s\n; " , fmtId (dbname ));
400
+ appendPQExpBuffer (buf , "DROP DATABASE %s;\n " , fmtId (dbname ));
401
401
402
402
appendPQExpBuffer (buf , "CREATE DATABASE %s" , fmtId (dbname ));
403
403
appendPQExpBuffer (buf , " WITH OWNER = %s TEMPLATE = template0" , fmtId (dbowner ));
You can’t perform that action at this time.
0 commit comments