Commit 6fe5885c authored by Bruce Momjian's avatar Bruce Momjian

More indenting cleanup for release notes.

parent 35dab98e
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.527 2007/10/18 23:34:54 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.528 2007/10/19 01:56:06 momjian Exp $ -->
<!-- <!--
Typical markup: Typical markup:
...@@ -804,6 +804,7 @@ do it for earlier branch release files. ...@@ -804,6 +804,7 @@ do it for earlier branch release files.
point-in-time recovery. point-in-time recovery.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
New boolean configuration parameter, <varname>archive_mode</>, New boolean configuration parameter, <varname>archive_mode</>,
...@@ -2436,6 +2437,7 @@ do it for earlier branch release files. ...@@ -2436,6 +2437,7 @@ do it for earlier branch release files.
<varname>search_path</>, and disable searching it for functions <varname>search_path</>, and disable searching it for functions
and operators (Tom) and operators (Tom)
</para> </para>
<para> <para>
This is needed to allow a security-definer function to set a This is needed to allow a security-definer function to set a
truly secure value of <varname>search_path</>. Without it, truly secure value of <varname>search_path</>. Without it,
...@@ -2620,6 +2622,7 @@ do it for earlier branch release files. ...@@ -2620,6 +2622,7 @@ do it for earlier branch release files.
Remove security vulnerabilities that allowed connected users Remove security vulnerabilities that allowed connected users
to read backend memory (Tom) to read backend memory (Tom)
</para> </para>
<para> <para>
The vulnerabilities involve suppressing the normal check that a SQL The vulnerabilities involve suppressing the normal check that a SQL
function returns the data type it's declared to, and changing the function returns the data type it's declared to, and changing the
...@@ -2648,6 +2651,7 @@ do it for earlier branch release files. ...@@ -2648,6 +2651,7 @@ do it for earlier branch release files.
Properly handle <function>to_char('CC')</> for years ending in Properly handle <function>to_char('CC')</> for years ending in
<literal>00</> (Tom) <literal>00</> (Tom)
</para> </para>
<para> <para>
Year 2000 is in the twentieth century, not the twenty-first. Year 2000 is in the twentieth century, not the twenty-first.
</para> </para>
...@@ -2664,6 +2668,7 @@ do it for earlier branch release files. ...@@ -2664,6 +2668,7 @@ do it for earlier branch release files.
Fix incorrect permission check in Fix incorrect permission check in
<literal>information_schema.key_column_usage</> view (Tom) <literal>information_schema.key_column_usage</> view (Tom)
</para> </para>
<para> <para>
The symptom is <quote>relation with OID nnnnn does not exist</> errors. The symptom is <quote>relation with OID nnnnn does not exist</> errors.
To get this fix without using <command>initdb</>, use <command>CREATE OR To get this fix without using <command>initdb</>, use <command>CREATE OR
......
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