You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic configuration is very simple \- just set system environment variable \fBPSQL_PAGER\fR:
52
52
.IP""4
53
53
.nf
54
+
export PSQL_PAGER='pspg'
55
+
.fi
56
+
.IP""0
57
+
.P
58
+
or with some common options (\fB\-b\fR means blackwhite theme, \fB\-X\fR preserve content after exit):
59
+
.IP""4
60
+
.nf
54
61
export PSQL_PAGER='pspg \-X \-b'
55
62
.fi
56
63
.IP""0
57
64
.P
65
+
Attention: options used in command line has higher priority than options specified in configuration file (\fB~/\.pspgconf\fR)\.
66
+
.P
58
67
Native installation on MS Windows is not supported, but \fBpspg\fR works well inside \fBwsl2\fR\. Inside wsl2 environment, the installation is same like on used Linux system\.
59
68
.P
60
69
Installation on macOS/homebrew is simple by \fBbrewinstallpspg\fR\.
@@ -179,6 +188,8 @@ Name Usage
179
188
\fBPSPG_HISTORY\fR path to file pspg's readline history file
180
189
.TE
181
190
.SH "Example of config file"
191
+
The default path of config file is \fB~/\.pspgconf\fR\.
192
+
.P
182
193
The fields names can be different than from related command line options:
0 commit comments