pgsql: Add some real documentation about the overall filesystem layout
Log Message:
-----------
Add some real documentation about the overall filesystem layout used by
a Postgres database. Update page.sgml to match 8.0 tuple header layout.
Modified Files:
--------------
pgsql/doc/src/sgml:
filelist.sgml (r1.38 -> r1.39)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/filelist.sgml.diff?r1=1.38&r2=1.39)
page.sgml (r1.18 -> r1.19)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/page.sgml.diff?r1=1.18&r2=1.19)
postgres.sgml (r1.64 -> r1.65)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/postgres.sgml.diff?r1=1.64&r2=1.65)
Added Files:
-----------
pgsql/doc/src/sgml:
filelayout.sgml (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/filelayout.sgml?rev=1.1&content-type=text/x-cvsweb-markup)
Am Freitag, 12. November 2004 22:51 schrieb Tom Lane:
Add some real documentation about the overall filesystem layout used by
a Postgres database. Update page.sgml to match 8.0 tuple header layout.
Maybe the file layout and the page layout could (sometime) be merged to a
chapter "storage layout"?
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
Peter Eisentraut <peter_e@gmx.net> writes:
Am Freitag, 12. November 2004 22:51 schrieb Tom Lane:
Add some real documentation about the overall filesystem layout used by
a Postgres database. Update page.sgml to match 8.0 tuple header layout.
Maybe the file layout and the page layout could (sometime) be merged to a
chapter "storage layout"?
Feel free; I left the "page" chapter in place without thinking about it
very hard.
regards, tom lane