diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2004-10-12 21:54:45 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2004-10-12 21:54:45 +0000 |
| commit | 0fd37839d9b45158a301a767b14fee0ace9d4332 (patch) | |
| tree | 4047d2d3185707b65586ffaaec668c19d1c8b60e /src/bin/psql/input.c | |
| parent | 8532a1aabe0cd334ad004d185a2996b40b7277f4 (diff) | |
Message style revisions
Diffstat (limited to 'src/bin/psql/input.c')
| -rw-r--r-- | src/bin/psql/input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/input.c b/src/bin/psql/input.c index ae5ed22aa69..72001324f7e 100644 --- a/src/bin/psql/input.c +++ b/src/bin/psql/input.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.40 2004/10/06 19:04:10 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.41 2004/10/12 21:54:44 petere Exp $ */ #include "postgres_fe.h" #include "input.h" @@ -210,7 +210,7 @@ saveHistory(char *fname) psql_error("could not save history to file \"%s\": %s\n", fname, strerror(errno)); } #else - psql_error("history is not supported\n"); + psql_error("history is not supported by this installation\n"); #endif return false; |
