diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2002-04-10 16:45:25 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2002-04-10 16:45:25 +0000 |
commit | 563673e15db995b6f531b44be7bb162330ac157a (patch) | |
tree | 91e485c1011fdc904cb6607acfd5e55f1c25fecd /doc/src | |
parent | b210b1626555230eba52a81f38d8ddae7a5f6f34 (diff) | |
download | postgresql-563673e15db995b6f531b44be7bb162330ac157a.tar.gz postgresql-563673e15db995b6f531b44be7bb162330ac157a.zip |
Add make install-strip target.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index e5f9de741af..11e4b923681 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.75 2002/04/03 05:39:28 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.76 2002/04/10 16:45:25 petere Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -984,6 +984,19 @@ All of PostgreSQL is successfully made. Ready to install. </para> <para> + You can use <literal>gmake install-strip</literal> instead of + <literal>gmake install</literal> to strip the executable files and + libraries as they are installed. This will save some space. If + you built with debugging support, stripping will effectively + remove the debugging support, so it should only be done if + debugging is no longer needed. <literal>install-strip</literal> + tries to do a reasonable job saving space, but it does not have + perfect knowledge of how to strip every unneeded byte from an + executable file, so if you want to save all the disk space you + possibly can, you will have to do manual work. + </para> + + <para> If you built the Perl or Python interfaces and you were not the root user when you executed the above command then that part of the installation probably failed. In that case you should become |