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 7362514 commit 50411ecCopy full SHA for 50411ec
README.md
@@ -38,8 +38,14 @@ contains `pspg` too:
38
39
Basic configuration is very simple - just set system environment variable `PSQL_PAGER`:
40
41
+ export PSQL_PAGER='pspg'
42
+
43
+or with some common options (`-b` means blackwhite theme, `-X` preserve content after exit):
44
45
export PSQL_PAGER='pspg -X -b'
46
47
+Attention: options used in command line has higher priority than options specified in configuration file (`~/.pspgconf`).
48
49
Native installation on MS Windows is not supported, but `pspg` works well inside `wsl2`.
50
Inside wsl2 environment, the installation is same like on used Linux system.
51
0 commit comments