diff options
Diffstat (limited to 'src/backend/commands/_deadcode/version.c')
-rw-r--r-- | src/backend/commands/_deadcode/version.c | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/src/backend/commands/_deadcode/version.c b/src/backend/commands/_deadcode/version.c index fc1efc437be..b3db65507a2 100644 --- a/src/backend/commands/_deadcode/version.c +++ b/src/backend/commands/_deadcode/version.c @@ -5,19 +5,18 @@ * * Copyright (c) 1994, Regents of the University of California * - * The version stuff has not been tested under postgres95 and probably doesn't - * work! - jolly 8/19/95 + * The version stuff has not been tested under postgres95 and probably + * doesn't work! - jolly 8/19/95 * * - * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/version.c,v 1.16 1998/12/14 05:18:44 scrappy Exp $ + * $Id: version.c,v 1.17 1998/12/14 06:50:19 scrappy Exp $ * * NOTES - * At the point the version is defined, 2 physical relations are created - * <vname>_added and <vname>_deleted. + * At the point the version is defined, 2 physical relations are created + * <vname>_added and <vname>_deleted. * - * In addition, 4 rules are defined which govern the semantics of versions - * w.r.t retrieves, appends, replaces and deletes. + * In addition, 4 rules are defined which govern the semantics of + * versions w.r.t retrieves, appends, replaces and deletes. * *------------------------------------------------------------------------- */ |