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:
@ -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
|
||||
|
Reference in New Issue
Block a user