Thanks to visit codestin.com Credit goes to github.com
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 e5efda4 commit ac79586Copy full SHA for ac79586
src/bin/psql/command.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
5
6
- * $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.203 2009/02/26 16:02:38 petere Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.204 2009/03/25 13:07:26 petere Exp $
7
*/
8
#include "postgres_fe.h"
9
#include "command.h"
@@ -521,7 +521,7 @@ exec_command(const char *cmd,
521
if (!do_edit(0, query_buf, &edited))
522
status = PSQL_CMD_ERROR;
523
else if (!edited)
524
- puts(_("No changes."));
+ puts(_("No changes"));
525
else
526
status = PSQL_CMD_NEWEDIT;
527
}
0 commit comments