From 34086354715e6f2795d40c14ad766816754419c2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Tue, 16 Jun 1998 03:03:03 +0000 Subject: [PATCH] Remove time travel reference. --- src/man/large_objects.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/man/large_objects.3 b/src/man/large_objects.3 index 8a1920a1975..adce6bd62b7 100644 --- a/src/man/large_objects.3 +++ b/src/man/large_objects.3 @@ -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 $ * *------------------------------------------------------------------------- */ -- GitLab