From f670c195b64a97b8b9e9780e80614cd03b9fcadd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 20 Mar 2011 17:43:04 -0400 Subject: [PATCH] Reorder some 9.1 release item documentation entries, fix some awkward wording. --- doc/src/sgml/release-9.1.sgml | 113 ++++++++++++++++------------------ 1 file changed, 54 insertions(+), 59 deletions(-) diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index 2c6e1454bf..366edcd35e 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -524,7 +524,7 @@ - Add new buffers_backend_fsync field to pg_stat_bgwriter (Greg Smith) @@ -578,7 +578,7 @@ - Continuous Archiving and Streaming Replication + Streaming Replication and Continuous Archiving @@ -632,7 +632,7 @@ - Add new replication permission + Add replication permission for roles (Magnus Hagander) @@ -831,7 +831,7 @@ Add per-column collation support + linkend="collation">collation support (Peter Eisentraut, Tom Lane) @@ -918,22 +918,10 @@ - <link linkend="SQL-CREATETABLE"><command>CREATE TABLE</></link> + <link linkend="SQL-CREATETABLE"><command>CREATE/ALTER TABLE</></link> - - - Add CREATE TABLE IF - NOT EXISTS syntax (Robert Haas) - - - - This allows table creation without causing an error if the - table already exists. - - - Add ALTER TABLE ... @@ -974,6 +962,18 @@ + + + Add CREATE TABLE IF + NOT EXISTS syntax (Robert Haas) + + + + This allows table creation without causing an error if the + table already exists. + + + @@ -1007,15 +1007,16 @@ - Add true a serializable - isolation level (Kevin Grittner, Dan Ports) + Add a true serializable + isolation level (Kevin Grittner, Dan Ports) - Previously asking for serializable isolation level produced + Previously asking for serializable isolation produced snapshot isolation, which had certain documented anomalies. - The old snapshot isolation is still accessible by the requesting - repeatable read isolation level. + The old snapshot isolation level is still accessible by the + requesting REPEATABLE + READ isolation level. @@ -1087,15 +1088,14 @@ - Have EXPLAIN - show the function call expression in VERBOSE - mode (Tom Lane) + Have EXPLAIN VERBOSE + show the function call expression (Tom Lane) - Fix EXPLAIN ANALYZE + Fix EXPLAIN ANALYZE with rules to use the same snapshot behavior as ordinary queries (Marko Tiikkaja) @@ -1290,7 +1290,7 @@ - Add new SQL function, format(text), which behaves like C's printf() (Pavel Stehule, Robert Haas) @@ -1304,7 +1304,7 @@ - Add string functions: concat(), concat_ws(), @@ -1452,8 +1452,8 @@ Reduce lock levels for CREATE TRIGGER and some ALTER - TABLE, CREATE - RULE actions (Simon Riggs) + TABLE and CREATE + RULE operations (Simon Riggs) @@ -1470,26 +1470,21 @@ Server-Side Languages - - <link linkend="plpgsql">PL/pgSQL</link> Server-Side Language + - + + + Add FOREACH IN + ARRAY to PL/pgSQL to + allow array iteration (Pavel Stehule) + - - - Add FOREACH IN - ARRAY to plpgsql to allow array iteration (Pavel - Stehule) - + + This is more efficient than previous methods. + + - - This is more efficient than previous methods. - - - - - - + <link linkend="plperl">PL/Perl</link> Server-Side Language @@ -1656,21 +1651,15 @@ - Allow psql's \e and \ef - commands to accept a line number to be used to position the - cursor in the editor (Pavel Stehule) - - - - This is passed to the editor using the - EDITOR_LINENUMBER_SWITCH environment variable. + Add psql command \sf command to + show a function's definition (Pavel Stehule) - Add psql command \sf command to - show a function's definition (Pavel Stehule) + Add psql \dL command + \dL to list languages (Fernando Ike) @@ -1688,8 +1677,14 @@ - Add new psql \dL command - \dL to list languages (Fernando Ike) + Allow psql's \e and \ef + commands to accept a line number to be used to position the + cursor in the editor (Pavel Stehule) + + + + This is passed to the editor using the + EDITOR_LINENUMBER_SWITCH environment variable.