git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d0c64c8)
Make string more alike other similar messages.
2009年4月11日 18:38:54 +0000 (18:38 +0000)
2009年4月11日 18:38:54 +0000 (18:38 +0000)

diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c
index 23cc5eb3f103d974d5111c47421299217b492e02..c482707e151f01c189f6c36b4db8e648dd7488db 100644 (file)
--- a/src/bin/psql/common.c
+++ b/src/bin/psql/common.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/bin/psql/common.c,v 1.141 2009年01月01日 17:23:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/common.c,v 1.142 2009年04月11日 18:38:54 alvherre Exp $
*/
#include "postgres_fe.h"
#include "common.h"
@@ -824,8 +824,8 @@ SendQuery(const char *query)
{
if (on_error_rollback_warning == false && pset.sversion < 80000)
{
- fprintf(stderr, _("The server version (%d) does not support savepoints for ON_ERROR_ROLLBACK.\n"),
- pset.sversion);
+ fprintf(stderr, _("The server (version %d.%d) does not support savepoints for ON_ERROR_ROLLBACK.\n"),
+ pset.sversion / 10000, (pset.sversion / 100) % 100);
on_error_rollback_warning = true;
}
else
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /