1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

This should fix the \e (\p, \g, ...) behaviour on an empty query buffer.

Also, minor tweakage of tab completion, and I hope the output is flushed
on time now.

--
Peter Eisentraut                  Sernanders väg 10:115
This commit is contained in:
Bruce Momjian
1999-12-10 03:59:30 +00:00
parent 97dec77fab
commit 77a4729936
7 changed files with 63 additions and 40 deletions

View File

@ -624,7 +624,7 @@ exec_command(const char *cmd,
if (!options[0])
{
fprintf(stderr, "Usage \\%s <filename>\n", cmd);
fprintf(stderr, "Usage: \\%s <filename>\n", cmd);
success = false;
}
else