diff options
Diffstat (limited to 'src/man/large_objects.3')
-rw-r--r-- | src/man/large_objects.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/man/large_objects.3 b/src/man/large_objects.3 index 1605b3893c..a7dfc38a8d 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.4 1997/10/28 03:20:30 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.5 1998/01/11 22:17:41 momjian Exp $ .TH "LARGE OBJECTS" INTRO 03/18/94 PostgreSQL PostgreSQL .SH DESCRIPTION .PP @@ -91,9 +91,9 @@ ing together the bits .SM INV_READ and .SM INV_WRITE . -If the large object should be archived \(em that is, if +If the large object should be archived - that is, if historical versions of it should be moved periodically to a special -archive relation \(em then the +archive relation - then the .SM INV_ARCHIVE bit should be set. The low-order sixteen bits of .I mask @@ -259,7 +259,7 @@ library. * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.4 1997/10/28 03:20:30 momjian Exp $ + * $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.5 1998/01/11 22:17:41 momjian Exp $ * *------------------------------------------------------------------------- */ |