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

Commit 3408635

Browse files
committed
Remove time travel reference.
1 parent fce7556 commit 3408635

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/man/large_objects.3

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.6 1998/03/23 15:09:29 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.7 1998/06/16 03:03:03 momjian Exp $
44
.TH "LARGE OBJECTS" INTRO 03/18/94 PostgreSQL PostgreSQL
55
.SH DESCRIPTION
66
.PP
@@ -21,7 +21,7 @@ objects: as files external to Postgres, as Unix files managed by Postgres, and a
2121
data stored within the Postgres database. It causes considerable confusion
2222
among users. As a result, we only support large objects as data stored
2323
within the Postgres database in Postgres. Even though is is slower to access,
24-
it provides stricter data integrity and time travel. For historical reasons,
24+
it provides stricter data integrity. For historical reasons,
2525
they are called Inversion large objects. (We will use Inversion and large
2626
objects interchangeably to mean the same thing in this section.)
2727
.SH "Inversion Large Objects"
@@ -259,7 +259,7 @@ library.
259259
*
260260
*
261261
* IDENTIFICATION
262-
* $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.6 1998/03/23 15:09:29 momjian Exp $
262+
* $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.7 1998/06/16 03:03:03 momjian Exp $
263263
*
264264
*-------------------------------------------------------------------------
265265
*/

0 commit comments

Comments
 (0)