Commit 0f96ae64 authored by Magnus Hagander's avatar Magnus Hagander

Misc minor fixes to 9.1 release notes

Thom Brown
parent 08607c95
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
<para> <para>
Change <link Change <link
linkend="array-functions-table"><function>string_to_array()</></link> linkend="array-functions-table"><function>string_to_array()</></link>
to return an empty array for for a zero-length string (Pavel to return an empty array for a zero-length string (Pavel
Stehule) Stehule)
</para> </para>
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
<listitem> <listitem>
<para> <para>
Require superuser or <literal>CREATEROLE</> permissions to Require superuser or <literal>CREATEROLE</> permissions in order to
set role comments (Tom Lane) set role comments (Tom Lane)
</para> </para>
</listitem> </listitem>
...@@ -333,9 +333,9 @@ ...@@ -333,9 +333,9 @@
<para> <para>
This is a read-only permission used for streaming replication This is a read-only permission used for streaming replication
and allows non-super users to initiate replication connections. and allows non-superusers to initiate replication connections.
Previously only super-users could initiate replication Previously only superusers could initiate replication
connections; super-users have this permission by default. connections; superusers have this permission by default.
</para> </para>
</listitem> </listitem>
...@@ -355,7 +355,7 @@ ...@@ -355,7 +355,7 @@
</para> </para>
<para> <para>
This reports that status of all connected standby servers. This reports the status of all connected standby servers.
</para> </para>
</listitem> </listitem>
...@@ -368,7 +368,7 @@ ...@@ -368,7 +368,7 @@
<para> <para>
This returns the time on the primary that generated the most This returns the time on the primary that generated the most
recently commit or abort record applied on the standby. recent commit or abort record applied on the standby.
</para> </para>
</listitem> </listitem>
...@@ -413,8 +413,8 @@ ...@@ -413,8 +413,8 @@
<listitem> <listitem>
<para> <para>
Add <filename>recovery.conf</> setting <link Add <filename>recovery.conf</> setting <link
linkend="pause-at-recovery-target"><varname>pause_at_recovery_target linkend="pause-at-recovery-target"><varname>pause_at_recovery_target</></link>
to pause</></link> recovery at target (Simon Riggs) to pause recovery at target (Simon Riggs)
</para> </para>
<para> <para>
...@@ -573,7 +573,7 @@ ...@@ -573,7 +573,7 @@
<listitem> <listitem>
<para> <para>
Support they keyword 'all' in the host column of <link Support the keyword 'all' in the host column of <link
linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link> linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link>
(Peter Eisentraut) (Peter Eisentraut)
</para> </para>
...@@ -657,7 +657,7 @@ ...@@ -657,7 +657,7 @@
</para> </para>
<para> <para>
This are like the database-wide statistics counter views but These are like the database-wide statistics counter views but
reflect counts for only the current transaction. reflect counts for only the current transaction.
</para> </para>
</listitem> </listitem>
...@@ -787,7 +787,7 @@ ...@@ -787,7 +787,7 @@
</para> </para>
<para> <para>
Specifically, let <command>SELECT</> query results be feed Specifically, let <command>SELECT</> query results be fed
into <command>INSERT</>, <command>UPDATE</>, <command>DELETE</> into <command>INSERT</>, <command>UPDATE</>, <command>DELETE</>
statements. statements.
</para> </para>
...@@ -869,7 +869,7 @@ ...@@ -869,7 +869,7 @@
<listitem> <listitem>
<para> <para>
Allow new values to be added to an existing enum type via Allow new values to be added to an existing enum type via
<link linkend="SQL-ALTERTYPE"><command>ALTER TYPE</></link>(Andrew <link linkend="SQL-ALTERTYPE"><command>ALTER TYPE</></link> (Andrew
Dunstan) Dunstan)
</para> </para>
</listitem> </listitem>
...@@ -1406,7 +1406,7 @@ ...@@ -1406,7 +1406,7 @@
<para> <para>
Allow <literal>public</> as a pseudo-role name in <link Allow <literal>public</> as a pseudo-role name in <link
linkend="functions-info-access-table"><function>has_table_privilege()</></link> linkend="functions-info-access-table"><function>has_table_privilege()</></link>
and and related functions (Alvaro Herrera) and related functions (Alvaro Herrera)
</para> </para>
<para> <para>
...@@ -1478,7 +1478,7 @@ ...@@ -1478,7 +1478,7 @@
<listitem> <listitem>
<para> <para>
Add <link linkend="plpgsql-foreach-array"><command>FOREACH IN Add <link linkend="plpgsql-foreach-array"><command>FOREACH IN
ARRAY</></link> to plpgsql to allow array interation (Pavel ARRAY</></link> to plpgsql to allow array iteration (Pavel
Stehule) Stehule)
</para> </para>
...@@ -2145,7 +2145,7 @@ ...@@ -2145,7 +2145,7 @@
</para> </para>
<para> <para>
Previously a empty-array query that used an index might return Previously an empty-array query that used an index might return
different results from one that used a sequential scan. different results from one that used a sequential scan.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment