mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Remove time travel reference.
This commit is contained in:
parent
fce7556d33
commit
3408635471
@ -1,6 +1,6 @@
|
||||
.\" This is -*-nroff-*-
|
||||
.\" XXX standard disclaimer belongs here....
|
||||
.\" $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.6 1998/03/23 15:09:29 momjian Exp $
|
||||
.\" $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.7 1998/06/16 03:03:03 momjian Exp $
|
||||
.TH "LARGE OBJECTS" INTRO 03/18/94 PostgreSQL PostgreSQL
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
@ -21,7 +21,7 @@ objects: as files external to Postgres, as Unix files managed by Postgres, and a
|
||||
data stored within the Postgres database. It causes considerable confusion
|
||||
among users. As a result, we only support large objects as data stored
|
||||
within the Postgres database in Postgres. Even though is is slower to access,
|
||||
it provides stricter data integrity and time travel. For historical reasons,
|
||||
it provides stricter data integrity. For historical reasons,
|
||||
they are called Inversion large objects. (We will use Inversion and large
|
||||
objects interchangeably to mean the same thing in this section.)
|
||||
.SH "Inversion Large Objects"
|
||||
@ -259,7 +259,7 @@ library.
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.6 1998/03/23 15:09:29 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.7 1998/06/16 03:03:03 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user