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 c62a546 commit d7e0ebdCopy full SHA for d7e0ebd
src/bin/psql/input.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2004, PostgreSQL Global Development Group
5
6
- * $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.39 2004/10/06 18:39:16 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.40 2004/10/06 19:04:10 momjian Exp $
7
*/
8
#include "postgres_fe.h"
9
#include "input.h"
@@ -210,7 +210,7 @@ saveHistory(char *fname)
210
psql_error("could not save history to file \"%s\": %s\n", fname, strerror(errno));
211
}
212
#else
213
- psql_error("history is not supported on this platform\n");
+ psql_error("history is not supported\n");
214
#endif
215
216
return false;
0 commit comments