As discussed on [Docs], some chapter renames... On Thu, 2005-10-20 at 17:59 -0400, Neil Conway wrote: > On Thu, 2005-20-10 at 22:21 +0100, Simon Riggs wrote: > > I like very much the split of that into two sections, but I think the > > new chapter names are somewhat confusing. > > Yeah, I wasn't really sure about how to name them myself. > > > My proposal would be to rename the chapters called > > > > Server Run-time Environment > > Run-time Configuration > > > > to be > > > > Server and Operating System Environment > > Server Configuration Parameters > > IMHO "Operating System Environment" and "Server Configuration" would be > more concise.
Best Regards, Simon Riggs
Index: doc/src/sgml/config.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/config.sgml,v retrieving revision 1.32 diff -c -c -r1.32 config.sgml *** doc/src/sgml/config.sgml 22 Oct 2005 21:56:07 -0000 1.32 --- doc/src/sgml/config.sgml 25 Oct 2005 23:35:32 -0000 *************** *** 2,8 **** $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.32 2005/10/22 21:56:07 tgl Exp $ --> <chapter Id="runtime-config"> ! <title>Run-time Configuration</title> <indexterm> <primary>configuration</primary> --- 2,8 ---- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.32 2005/10/22 21:56:07 tgl Exp $ --> <chapter Id="runtime-config"> ! <title>Server Configuration</title> <indexterm> <primary>configuration</primary> Index: doc/src/sgml/runtime.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/runtime.sgml,v retrieving revision 1.355 diff -c -c -r1.355 runtime.sgml *** doc/src/sgml/runtime.sgml 16 Oct 2005 21:22:12 -0000 1.355 --- doc/src/sgml/runtime.sgml 25 Oct 2005 23:35:34 -0000 *************** *** 3,9 **** --> <chapter Id="runtime"> ! <title>Server Run-time Environment</title> <para> This chapter discusses how to set up and run the database server --- 3,9 ---- --> <chapter Id="runtime"> ! <title>Operating System Environment</title> <para> This chapter discusses how to set up and run the database server
---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match