From e32a2ec68e98bedcb4e26c0e32080d1eb14e5608 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 1 Sep 2005 20:01:53 +0000 Subject: [PATCH] Update storage.sgml to reflect current reality. --- doc/src/sgml/storage.sgml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 1076020f99a..285cb96b3b2 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -1,5 +1,5 @@ @@ -34,9 +34,8 @@ files, as shown in . In addition to these required items, the cluster configuration files postgresql.conf, pg_hba.conf, and pg_ident.conf are traditionally stored in -PGDATA (although beginning in -PostgreSQL 8.0 it is possible to keep them -elsewhere). +PGDATA (although in PostgreSQL 8.0 and +later, it is possible to keep them elsewhere). @@ -90,6 +89,11 @@ Item Subdirectory containing symbolic links to tablespaces + + pg_twophase + Subdirectory containing state files for prepared transactions + + pg_xlog Subdirectory containing WAL (Write Ahead Log) files @@ -437,7 +441,8 @@ data. Empty in ordinary tables. The last 2 bytes of the page header, pd_pagesize_version, store both the page size and a version indicator. Beginning with - PostgreSQL 8.0 the version number is 2; + PostgreSQL 8.1 the version number is 3; + PostgreSQL 8.0 used version number 2; PostgreSQL 7.3 and 7.4 used version number 1; prior releases used version number 0. (The basic page layout and header format has not changed in these versions,