OSDN Git Service

Message improvement
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 21 May 2011 21:36:14 +0000 (00:36 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 21 May 2011 21:37:27 +0000 (00:37 +0300)
src/bin/psql/command.c

index 31a9ab9..378330b 100644 (file)
@@ -302,7 +302,7 @@ exec_command(const char *cmd,
                char       *host = PQhost(pset.db);
 
                if (db == NULL)
-                       printf(_("You are not connected.\n"));
+                       printf(_("You are currently not connected to a database.\n"));
                else
                {
                        if (host == NULL)