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
Copy file name to clipboardExpand all lines: pspg.1
+12-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
.\" generated with Ronn-NG/v0.10.1
2
2
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
3
-
.TH "PSPG" "1" "September 2024" "" "pspg manual"
3
+
.TH "PSPG" "1" "May 2025" "" "pspg manual"
4
4
.SH "NAME"
5
5
\fBpspg\fR\- Postgres Pager
6
6
.P
@@ -51,10 +51,19 @@ sudo dnf install pspg
51
51
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