1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH "LARGE OBJECTS" INTRO 03/18/94 PostgreSQL PostgreSQL
5
5
.SH DESCRIPTION
6
6
.PP
@@ -21,7 +21,7 @@ objects: as files external to Postgres, as Unix files managed by Postgres, and a
21
21
data stored within the Postgres database. It causes considerable confusion
22
22
among users. As a result, we only support large objects as data stored
23
23
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,
25
25
they are called Inversion large objects. (We will use Inversion and large
26
26
objects interchangeably to mean the same thing in this section.)
27
27
.SH "Inversion Large Objects"
@@ -259,7 +259,7 @@ library.
259
259
*
260
260
*
261
261
* 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 $
263
263
*
264
264
*-------------------------------------------------------------------------
265
265
*/