diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml
index 44557d9905c..10f1e6ae691 100644
--- a/doc/src/sgml/release-9.1.sgml
+++ b/doc/src/sgml/release-9.1.sgml
@@ -254,7 +254,7 @@
- Treat ECPG cursor names as case-insensitive (Zoltan Boszormenyi)
+ Treat ECPG> cursor names as case-insensitive (Zoltan Boszormenyi)
@@ -385,13 +385,14 @@
- Previously only host IP addresses and CIDR values were supported.
+ Previously only host IP> addresses and CIDR>
+ values were supported.
- Support the keyword 'all' in the host column of all> in the host column of pg_hba.conf>
(Peter Eisentraut)
@@ -404,14 +405,14 @@
- Allow GSSAPI to be used to
- authenticate to servers via SSPI
- (Christian Ullrich)
+ Allow GSSAPI>
+ to be used to authenticate to servers via SSPI> (Christian Ullrich)
- Specifically this allows Unix-based GSSAPI clients to authenticate
- to Windows SSPI servers.
+ Specifically this allows Unix-based GSSAPI> clients
+ to SSPI> authenticate to Windows servers.
@@ -426,14 +427,14 @@
- Add details to the logging of restart points and checkpoints,
+ Add details to the logging of restartpoints and checkpoints,
which is controlled by log_checkpoints>
(Fujii Masao, Greg Smith)
- New details show WAL file and sync activity.
+ New details show WAL> file and sync activity.
@@ -655,7 +656,7 @@
Add system view pg_stat_replication>
- which displays activity of WAL sender processes (Itagaki
+ which displays activity of WAL> sender processes (Itagaki
Takahiro, Simon Riggs)
@@ -1152,29 +1153,29 @@
Add nearest-neighbor (order-by-operator) searching to GiST indexes (Teodor Sigaev, Tom Lane)
+ linkend="GiST">GiST> indexes (Teodor Sigaev, Tom Lane)
- This allows GiST indexes to quickly return
+ This allows GiST> indexes to quickly return
LIMIT>-specified closest values.
- Allow GIN indexes to index null
+ Allow GIN> indexes to index null
and empty values (Tom Lane)
- This allows full GIN index scans.
+ This allows full GIN> index scans.
- Fix GiST indexes to be fully
+ Fix GiST> indexes to be fully
crash-safe (Heikki Linnakangas)
@@ -1244,13 +1245,13 @@
- XML
+ XML>
- Add XML function XML> function XMLEXISTS> and xpath_exists()>
functions (Mike Fowler)
@@ -1263,7 +1264,7 @@
- Add XML functions XML> functions xml_is_well_formed()>,
xml_is_well_formed_document()>,
@@ -1273,7 +1274,7 @@
- These check whether the input is properly-formed XML.
+ These check whether the input is properly-formed XML>.
@@ -1330,7 +1331,7 @@
- Add single-parameter version of function pg_read_file()>
to read an entire file (Dimitri Fontaine, Itagaki Takahiro)
@@ -1355,7 +1356,7 @@
- Add pg_describe_object()>
function (Alvaro Herrera)
@@ -1378,7 +1379,7 @@
Add variable quote_all_identifiers>
to force the quoting of all identifiers in EXPLAIN>
- and system catalog functions like pg_get_viewdef()>
(Robert Haas)
@@ -1599,7 +1600,7 @@
- Report PL/Python errors from iterators with PLy_elog (Jan
+ Report PL/Python errors from iterators with PLy_elog> (Jan
Urbanski)
@@ -1651,15 +1652,15 @@
- Add psql> command \sf> command to
+ Add psql> command \sf> to
show a function's definition (Pavel Stehule)
- Add psql> \dL> command
- \dL> to list languages (Fernando Ike)
+ Add psql> command \dL> to list
+ languages (Fernando Ike)
@@ -1684,7 +1685,7 @@
This is passed to the editor using the
- EDITOR_LINENUMBER_SWITCH> environment variable.
+ EDITOR_LINENUMBER_SWITCH> environment variable.
@@ -1695,14 +1696,14 @@
- This only happens if the PGCLIENTENCODING> environment
+ This only happens if the PGCLIENTENCODING> environment
variable is not set.
- Allow tab completion of psql> variables (Pavel
+ Additional tab completion of psql> variables (Pavel
Stehule)
@@ -1780,7 +1781,7 @@
Add promote> option to pg_ctl> to
- change a standby server to primary (Fujii Masao)
+ switch a standby server to primary (Fujii Masao)
@@ -1800,9 +1801,9 @@
- Add a libpq connection option client_encoding which behaves
- like the PGCLIENTENCODING> environment variable
- (Heikki Linnakangas)
+ Add a libpq connection option client_encoding>
+ which behaves like the PGCLIENTENCODING> environment
+ variable (Heikki Linnakangas)
@@ -1890,7 +1891,7 @@
- Require GNU GNU> make>
3.80 or newer (Peter Eisentraut)
@@ -1990,7 +1991,7 @@
- Add support for DragonFly BSD (Rumko)
+ Add support for DragonFly BSD> (Rumko)
@@ -2165,7 +2166,7 @@
Add contrib/sepgsql>
- to interface permission checks with SE-Linux (KaiGai Kohei)
+ to interface permission checks with SE>-Linux (KaiGai Kohei)
@@ -2305,7 +2306,7 @@
- Extensive ECPG documentation
+ Extensive ECPG> documentation
improvements (Satoshi Nagayasu)