Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e32a2ec

Browse files
committed
Update storage.sgml to reflect current reality.
1 parent a635ab4 commit e32a2ec

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

doc/src/sgml/storage.sgml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.6 2005/04/28 21:47:09 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.7 2005/09/01 20:01:53 tgl Exp $
33
-->
44

55
<chapter id="storage">
@@ -34,9 +34,8 @@ files, as shown in <xref linkend="pgdata-contents-table">. In addition to
3434
these required items, the cluster configuration files
3535
<filename>postgresql.conf</filename>, <filename>pg_hba.conf</filename>, and
3636
<filename>pg_ident.conf</filename> are traditionally stored in
37-
<varname>PGDATA</> (although beginning in
38-
<productname>PostgreSQL</productname> 8.0 it is possible to keep them
39-
elsewhere).
37+
<varname>PGDATA</> (although in <productname>PostgreSQL</productname> 8.0 and
38+
later, it is possible to keep them elsewhere).
4039
</para>
4140

4241
<table tocentry="1" id="pgdata-contents-table">
@@ -90,6 +89,11 @@ Item
9089
<entry>Subdirectory containing symbolic links to tablespaces</entry>
9190
</row>
9291

92+
<row>
93+
<entry><filename>pg_twophase</></entry>
94+
<entry>Subdirectory containing state files for prepared transactions</entry>
95+
</row>
96+
9397
<row>
9498
<entry><filename>pg_xlog</></entry>
9599
<entry>Subdirectory containing WAL (Write Ahead Log) files</entry>
@@ -437,7 +441,8 @@ data. Empty in ordinary tables.</entry>
437441
The last 2 bytes of the page header,
438442
<structfield>pd_pagesize_version</structfield>, store both the page size
439443
and a version indicator. Beginning with
440-
<productname>PostgreSQL</productname> 8.0 the version number is 2;
444+
<productname>PostgreSQL</productname> 8.1 the version number is 3;
445+
<productname>PostgreSQL</productname> 8.0 used version number 2;
441446
<productname>PostgreSQL</productname> 7.3 and 7.4 used version number 1;
442447
prior releases used version number 0.
443448
(The basic page layout and header format has not changed in these versions,

0 commit comments

Comments
 (0)