We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e6da5 commit 2eb059aCopy full SHA for 2eb059a
build/helpers/postgres.cmd
@@ -76,7 +76,7 @@ if "%PRODUCT_NAME%" == "PostgresProEnterprise" >>src\tools\msvc\config.pl ECHO z
76
>>src\tools\msvc\config.pl ECHO 1^;
77
78
rem Setting pager
79
->>src\include\pg_config.h.win32 ECHO #define DEFAULT_PAGER "less -X"
+>>src\include\pg_config.h.win32 ECHO #define DEFAULT_PAGER "less -XE"
80
81
IF %ONE_C% == YES (
82
mv -v contrib\fulleq\fulleq.sql.in.in contrib\fulleq\fulleq.sql.in || GOTO :ERROR
0 commit comments