|
3 | 3 | *
|
4 | 4 | * Copyright 2000 by PostgreSQL Global Development Group
|
5 | 5 | *
|
6 |
| - * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.33 2000/05/12 00:54:53 momjian Exp $ |
| 6 | + * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.34 2000/06/26 14:16:34 momjian Exp $ |
7 | 7 | */
|
8 | 8 | #include"postgres.h"
|
9 | 9 | #include"command.h"
|
@@ -1647,7 +1647,7 @@ do_pset(const char *param, const char *value, printQueryOpt *popt, bool quiet)
|
1647 | 1647 | popt->nullPrint=xstrdup(value);
|
1648 | 1648 | }
|
1649 | 1649 | if (!quiet)
|
1650 |
| -printf("Null display is\"%s\".\n",popt->nullPrint ?popt->nullPrint :""); |
| 1650 | +printf("Null display is'%s'.\n",popt->nullPrint ?popt->nullPrint :""); |
1651 | 1651 | }
|
1652 | 1652 |
|
1653 | 1653 | /* field separator for unaligned text */
|
|