diff options
author | Peter Eisentraut | 2009-01-09 13:37:18 +0000 |
---|---|---|
committer | Peter Eisentraut | 2009-01-09 13:37:18 +0000 |
commit | 17b33b685b15f97c60c4e7c5eeb1e4077a374017 (patch) | |
tree | 30cde084627430c0c0149b4ec98628d61f23de2e | |
parent | e2ee1cf4d1a9f6d5c3d7018dfdff6654cbfe81f3 (diff) |
Change chapter titles thus:
III. Server Administration
15. Installation from Source Code
16. Installation from Source Code on Windows
17. Server Setup and Operation
to give users of binary installations a better idea where to start reading.
suggested by Nikolay Samokhvalov
-rw-r--r-- | doc/src/sgml/install-win32.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/installation.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/runtime.sgml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 45ffb1fedd..51aed94451 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,7 +1,7 @@ <!-- $PostgreSQL$ --> <chapter id="install-win32"> - <title>Installation on <productname>Windows</productname></title> + <title>Installation from Source Code on <productname>Windows</productname></title> <indexterm> <primary>installation</primary> diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 578dee5ad4..e8d23f9595 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2,7 +2,7 @@ <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> - Installation Instructions</title> + Installation from Source Code</title> <indexterm zone="installation"> <primary>installation</primary> diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 417d0f56e7..065455a389 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,7 +1,7 @@ <!-- $PostgreSQL$ --> <chapter Id="runtime"> - <title>Operating System Environment</title> + <title>Server Setup and Operation</title> <para> This chapter discusses how to set up and run the database server |