Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
0d812f19
Commit
0d812f19
authored
Aug 25, 2010
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update release notes, per comments from Simon Riggs.
parent
c76a4f8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
doc/src/sgml/release-9.0.sgml
doc/src/sgml/release-9.0.sgml
+10
-6
No files found.
doc/src/sgml/release-9.0.sgml
View file @
0d812f19
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.5
3 2010/08/25 00:47:57 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.5
4 2010/08/25 19:41:38 momjian
Exp $ -->
<sect1 id="release-9-0">
<title>Release 9.0</title>
...
...
@@ -189,8 +189,9 @@
<para>
Version 9.0 contains a number of changes that selectively break backwards
compatibility in order to support new features and code quality
improvements. Particularly, users who make extensive use of PL/pgSQL
and/or PITR and Warm Standby should test their solutions for breakage.
improvements. Also, users who make extensive use of PL/pgSQL,
Point-In-Time Recovery (PITR), and Warm Standby should test their
solutions because of slight user-visible changes in these areas.
Observe the following incompatibilities:
</para>
...
...
@@ -217,9 +218,12 @@
<listitem>
<para>
Replace server parameter <varname>archive_mode</> with
<link linkend="guc-wal-level"><varname>wal_level</></link>
(Heikki Linnakangas)
<link linkend="guc-archive-mode"><varname>archive_mode</></link>
now only affects <link
linkend="guc-archive-command"><varname>archive_command</></link>;
a new setting, <link
linkend="guc-wal-level"><varname>wal_level</></link>, affects
the contents of the write-ahead log (Heikki Linnakangas)
</para>
</listitem>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment