ipcclean.1

来自「PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开」· 1 代码 · 共 37 行

1
37
字号
.\\" 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 + =
减小字号Ctrl + -
显示快捷键?