Skip to content

Commit ac79586

Browse files
committed
No period if it's not a sentence
1 parent e5efda4 commit ac79586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/command.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.203 2009/02/26 16:02:38 petere Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.204 2009/03/25 13:07:26 petere Exp $
77
*/
88
#include "postgres_fe.h"
99
#include "command.h"
@@ -521,7 +521,7 @@ exec_command(const char *cmd,
521521
if (!do_edit(0, query_buf, &edited))
522522
status = PSQL_CMD_ERROR;
523523
else if (!edited)
524-
puts(_("No changes."));
524+
puts(_("No changes"));
525525
else
526526
status = PSQL_CMD_NEWEDIT;
527527
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy