*** pgsql/src/bin/psql/command.c 2009/02/26 16:02:38 1.203 --- pgsql/src/bin/psql/command.c 2009/03/25 13:07:26 1.204 *************** *** 3,9 **** * * Copyright (c) 2000-2009, PostgreSQL Global Development Group * ! * $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.202 2009/01/20 02:13:42 momjian Exp $ */ #include "postgres_fe.h" #include "command.h" --- 3,9 ---- * * Copyright (c) 2000-2009, PostgreSQL Global Development Group * ! * $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.203 2009/02/26 16:02:38 petere Exp $ */ #include "postgres_fe.h" #include "command.h" *************** exec_command(const char *cmd, *** 521,527 **** if (!do_edit(0, query_buf, &edited)) status = PSQL_CMD_ERROR; else if (!edited) ! puts(_("No changes.")); else status = PSQL_CMD_NEWEDIT; } --- 521,527 ---- if (!do_edit(0, query_buf, &edited)) status = PSQL_CMD_ERROR; else if (!edited) ! puts(_("No changes")); else status = PSQL_CMD_NEWEDIT; }