diff options
-rw-r--r-- | doc/src/sgml/install-win32.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/installation.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/runtime.sgml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 632e769e215..b5789f57588 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,7 +1,7 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.50 2008/11/21 16:46:19 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.51 2009/01/09 13:37:18 petere Exp $ --> <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 c1f4a532c95..26c7ee7b2dd 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,8 +1,8 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.317 2009/01/06 19:42:57 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.318 2009/01/09 13:37:18 petere Exp $ --> <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 13731a318cd..abfcd5dffb1 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,7 +1,7 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.424 2008/12/18 17:03:09 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.425 2009/01/09 13:37:18 petere Exp $ --> <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 |