diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-09-18 20:11:37 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-09-18 20:11:37 +0000 |
| commit | 2acdef186dda3ee4606f561446d2b825009fc2cf (patch) | |
| tree | eadcaa1126005cdad5ad311e76023d58bcea8b6a /doc/src/sgml/page.sgml | |
| parent | 7cce011178f9bccd2cc8700440e252d96cc4622b (diff) | |
| download | postgresql-2acdef186dda3ee4606f561446d2b825009fc2cf.tar.gz | |
Move contrib/odbc/odbc.sql together with odbc driver, remove old files;
revise ODBC "installation instructions"; update some other outdated
documentation; update contrib documentation
Diffstat (limited to 'doc/src/sgml/page.sgml')
| -rw-r--r-- | doc/src/sgml/page.sgml | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/doc/src/sgml/page.sgml b/doc/src/sgml/page.sgml index 0e93f3e4c7..8817c3c290 100644 --- a/doc/src/sgml/page.sgml +++ b/doc/src/sgml/page.sgml @@ -21,9 +21,6 @@ is assumed to contain 8 bits. In addition, the term refers to data which is stored in <productname>Postgres</productname> classes. </para> -<sect1> -<title>Page Structure</title> - <para> The following table shows how pages in both normal <productname>Postgres</productname> classes and <productname>Postgres</productname> index @@ -176,50 +173,5 @@ itemPointerData which points to the next piece and the piece itself. The last piece is handled normally. </para> -</sect1> - -<sect1> -<title>Files</title> - -<para> -<variablelist> -<varlistentry> -<term> -<filename>data/</filename> -</term> -<listitem> -<para> -Location of shared (global) database files. -</para> -</listitem> -</varlistentry> - -<varlistentry> -<term> -<filename>data/base/</filename> -</term> -<listitem> -<para> -Location of local database files. -</para> -</listitem> -</varlistentry> -</variablelist> -</para> -</sect1> - -<sect1> -<title>Bugs</title> - -<para> -The page format may change in the future to provide more efficient -access to large objects. -</para> - -<para> -This section contains insufficient detail to be of any assistance in -writing a new access method. -</para> -</sect1> </chapter> |
