diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-05-10 15:41:31 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-05-10 15:42:06 +0300 |
commit | 386bb92f6348bf8a6f5ebd39122161e190e464c2 (patch) | |
tree | 5e78b108cc849f14bcdd7307be03fe9faf318ad3 | |
parent | 3e8e692bbc829f48c8c1accbeed9284735f9a88c (diff) | |
download | postgresql-386bb92f6348bf8a6f5ebd39122161e190e464c2.tar.gz postgresql-386bb92f6348bf8a6f5ebd39122161e190e464c2.zip |
Fix a couple of typos in 9.2 release notes.
Thom Brown
-rw-r--r-- | doc/src/sgml/release-9.2.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index d8e613432ac..aea8fe70c1d 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -1169,7 +1169,7 @@ <listitem> <para> - Cancel queries if clients get disconnected (Florian Pflug Greg + Cancel queries if clients get disconnected (Florian Pflug, Greg Jaskiewicz) </para> </listitem> @@ -2618,7 +2618,7 @@ <listitem> <para> - Add new <link linkend="pgbench">pgbench</link> switchs + Add new <link linkend="pgbench">pgbench</link> switches <option>--unlogged-tables</>, <option>--tablespace</>, and <option>--index-tablespace</> (Robert Haas) </para> |