diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-02-05 18:19:14 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-02-05 18:19:14 +0000 |
commit | db5e39b2f0c6e0b1035b1d39d1cbfb8f324348fd (patch) | |
tree | 8ca2db0f5f4e679a9bb0b8825d7d221d694dde37 | |
parent | 336a6491aaa8a2ba9a3118285522f237806b5e37 (diff) | |
download | postgresql-db5e39b2f0c6e0b1035b1d39d1cbfb8f324348fd.tar.gz postgresql-db5e39b2f0c6e0b1035b1d39d1cbfb8f324348fd.zip |
Fix typo in configuration docs.
Devrim GUNDUZ
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 0820c6cc9fb..dd64ffe3db2 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.46 2006/02/04 23:03:19 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.47 2006/02/05 18:19:14 momjian Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -12,7 +12,7 @@ $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.46 2006/02/04 23:03:19 tgl Exp $ <para> There are many configuration parameters that affect the behavior of the database system. In the first section of this chapter, we - describe how to set configuration chapters. The subsequent sections + describe how to set configuration parameters. The subsequent sections discuss each parameter in detail. </para> |