Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitca485d0

Browse files
committed
Add mention of new pg_dump feature.
1 parent4b8fa62 commitca485d0

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<surname>Momjian</surname>
1212
</author>
1313
</authorgroup>
14-
<date>1998-06-01</date>
14+
<date>1998-06-09</date>
1515
</docinfo>
1616
-->
1717

@@ -42,8 +42,12 @@
4242
system. This is all performed without having to allocate a lock for
4343
every row like traditional database systems. So, basically, we no
4444
longer are restricted by simple table-level locking;
45-
we have something better than row-level
46-
locking.
45+
we have something better than row-level locking.
46+
</para>
47+
<para>
48+
Another big benefit of MVCC is that <application>pg_dump</application>
49+
can now generate consistent backups of live, active databases, without
50+
blocking active transactions.
4751
</para>
4852
</listitem>
4953
</varlistentry>
@@ -154,10 +158,12 @@
154158
<title>Migration to v6.5</title>
155159

156160
<para>
157-
A dump/restore using <application>pg_dump</application>
158-
or <application>pg_dumpall</application>
161+
A dump/restore using <application>pg_dump</application>
159162
is required for those wishing to migrate data from any
160163
previous release of <productname>Postgres</productname>.
164+
<application>pg_upgrade</application> can <emphasis>not</emphasis>
165+
be used to upgrade to this release because the on-disk structure
166+
of the tables has changed compared to previous releases.
161167
</para>
162168

163169
<para>
@@ -365,6 +371,7 @@ fix for large object memory leakage, fix for pg_dumping(Tom)
365371
INET type now respects netmask for comparisons
366372
Make VACUUM ANALYZE only use a readlock(Vadim)
367373
Allow VIEWs on UNIONS(Jan)
374+
pg_dump now can generate consistent snapshots on active databases(Vadim)
368375

369376
Source Tree Changes
370377
-------------------

‎register.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
(1999-05-01)
3+
(1999-06-09)
44
PostgreSQL has a Web site at http://www.postgresql.org/ which carries details
55
on the latest release, upcoming features, and other information to make your
66
work or play with PostgreSQL more productive.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp