📄 ipcclean.1
字号:
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $.TH "IPCCLEAN" "1" "2008-01-03" "Application" "PostgreSQL Server Applications".SH NAMEipcclean \- remove shared memory and semaphores from a failed PostgreSQL server.SH SYNOPSIS.sp\fBipcclean\fR.SH "DESCRIPTION".PP\fBipcclean\fR removes all shared memory segments andsemaphore sets owned by the current user. It is intended to beused for cleaning up after a crashedPostgreSQL server (\fBpostgres\fR(1)). Note that immediately restarting theserver will also clean up shared memory and semaphores, so thiscommand is of little real utility..PPOnly the database administrator should execute this program as itcan cause bizarre behavior (i.e., crashes) if run during multiuserexecution. If this command is executed while a server is running,the shared memory and semaphores allocated by that server will bedeleted, which would have rather severe consequences for thatserver..SH "NOTES".PPThis script is a hack, but in the many years since it was written,no one has come up with an equally effective and portable solution.Since \fBpostgres\fR can now clean up byitself, it is unlikely that \fBipcclean\fR will beimproved upon in the future..PPThe script makes assumptions about the output format of the\fBipcs\fRutility which may not be true across different operating systems.Therefore, it may not work on your particular OS. It's wise tolook at the script before trying it.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -