diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/psql/settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/settings.h b/src/bin/psql/settings.h index d2a9d4836ab..2b384a38a1b 100644 --- a/src/bin/psql/settings.h +++ b/src/bin/psql/settings.h @@ -23,8 +23,8 @@ #define DEFAULT_EDITOR_LINENUMBER_ARG "+" #endif -#define DEFAULT_PROMPT1 "%/%R%# " -#define DEFAULT_PROMPT2 "%/%R%# " +#define DEFAULT_PROMPT1 "%/%R%x%# " +#define DEFAULT_PROMPT2 "%/%R%x%# " #define DEFAULT_PROMPT3 ">> " /* |