diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-10-06 08:50:02 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-10-06 08:50:02 +0000 |
commit | 513e89b44b86abcd5dce44f51f424fbaa2e0126e (patch) | |
tree | 57ed31076649f0f460c38104db0fd7ad81d1ad03 /doc/src | |
parent | d42d4272524f643ee6da2836749a37370928b3ad (diff) | |
download | postgresql-513e89b44b86abcd5dce44f51f424fbaa2e0126e.tar.gz postgresql-513e89b44b86abcd5dce44f51f424fbaa2e0126e.zip |
please find attached an alternate submission which addresses open item
"make pgxs install by default". It is up to the committers to chose.
(1) there is only one "install" target. no more "install-all-headers".
it simplifies/changes several makefiles.
(2) the documentation reflects the change.
(3) a minor fix on pgxs to use a nicer patch without a double slash.
Fabien Coelho
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index c3fa775c4ff..53feb72e7b0 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.205 2004/10/01 02:00:43 neilc Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.206 2004/10/06 08:49:59 momjian Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -1035,18 +1035,9 @@ All of PostgreSQL is successfully made. Ready to install. </para> <para> - The standard installation provides only the header files needed for client - application development. If you plan to do any server-side program - development (such as custom functions or data types written in C), - then you may want to install the entire <productname>PostgreSQL</> - include tree into your target include directory. To do that, enter -<screen> -<userinput>gmake install-all-headers</userinput> -</screen> - This adds a megabyte or two to the installation footprint, and is only - useful if you don't plan to keep the whole source tree around for - reference. (If you do, you can just use the source's include - directory when building server-side software.) + The standard installation provides all the header files needed for client + application development as well as for any server-side program + development (such as custom functions or data types written in C). </para> <formalpara> |