From 39627b1ae680cba44f6e56ca5facec4fdbfe9495 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 27 Mar 2008 17:24:16 +0000 Subject: Remove ipcclean utility command --- didn't work on all Unixes and on Windows. Users should use their operating system tools instead. --- doc/src/sgml/ref/allfiles.sgml | 3 +- doc/src/sgml/ref/ipcclean.sgml | 70 ------------------------------------------ doc/src/sgml/reference.sgml | 3 +- 3 files changed, 2 insertions(+), 74 deletions(-) delete mode 100644 doc/src/sgml/ref/ipcclean.sgml (limited to 'doc/src') diff --git a/doc/src/sgml/ref/allfiles.sgml b/doc/src/sgml/ref/allfiles.sgml index 898c2c67910..b80a2cf8f04 100644 --- a/doc/src/sgml/ref/allfiles.sgml +++ b/doc/src/sgml/ref/allfiles.sgml @@ -1,5 +1,5 @@ @@ -145,7 +145,6 @@ Complete list of usable sgml source files in this directory. - diff --git a/doc/src/sgml/ref/ipcclean.sgml b/doc/src/sgml/ref/ipcclean.sgml deleted file mode 100644 index 97f0d881951..00000000000 --- a/doc/src/sgml/ref/ipcclean.sgml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - ipcclean - 1 - Application - - - - ipcclean - remove shared memory and semaphores from a failed PostgreSQL server - - - - ipcclean - - - - - ipcclean - - - - - Description - - ipcclean removes all shared memory segments and - semaphore sets owned by the current user. It is intended to be - used for cleaning up after a crashed - PostgreSQL server (). Note that immediately restarting the - server will also clean up shared memory and semaphores, so this - command is of little real utility. - - - - Only the database administrator should execute this program as it - can cause bizarre behavior (i.e., crashes) if run during multiuser - execution. If this command is executed while a server is running, - the shared memory and semaphores allocated by that server will be - deleted, which would have rather severe consequences for that - server. - - - - - Notes - - - This 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 postgres can now clean up by - itself, it is unlikely that ipcclean will be - improved upon in the future. - - - - The script makes assumptions about the output format of the - ipcs - utility which might not be true across different operating systems. - Therefore, it might not work on your particular OS. It's wise to - look at the script before trying it. - - - - diff --git a/doc/src/sgml/reference.sgml b/doc/src/sgml/reference.sgml index 1e8e5465314..a0aed8edf53 100644 --- a/doc/src/sgml/reference.sgml +++ b/doc/src/sgml/reference.sgml @@ -1,4 +1,4 @@ - + Reference @@ -211,7 +211,6 @@ &initdb; - &ipcclean; &pgControldata; &pgCtl; &pgResetxlog; -- cgit v1.2.3