diff --git a/src/man/large_objects.3 b/src/man/large_objects.3 index 8a1920a19756e92c3dd46042a1fc01f5d3f56018..adce6bd62b7b969f402d1643e3b6f8218c6cd382 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 $ * *------------------------------------------------------------------------- */