We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82358ca commit 5c49559Copy full SHA for 5c49559
src/bin/psql/print.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
5
6
- * $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.56 2005/06/09 15:27:27 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.57 2005/06/09 18:40:06 momjian Exp $
7
*/
8
#include "postgres_fe.h"
9
#include "common.h"
@@ -1006,7 +1006,7 @@ troff_ms_escaped_print(const char *in, FILE *fout)
1006
switch (*p)
1007
{
1008
case '\\':
1009
- fputs("\(rs", fout);
+ fputs("\\(rs", fout);
1010
break;
1011
default:
1012
fputc(*p, fout);
0 commit comments