diff --git a/doc/src/sgml/admin.sgml b/doc/src/sgml/admin.sgml index 6183be3..d17c279 100644 --- a/doc/src/sgml/admin.sgml +++ b/doc/src/sgml/admin.sgml @@ -5,7 +5,12 @@ Postgres Administrator's Guide. Derived from postgres.sgml. - thomas 1998-10-27 -$Log: admin.sgml,v $ +$Log$ +Revision 1.8 1998-10-31 09:36:31 thomas +Cleanup for v6.4 release. +Make new file current.sgml to hold release info for the current release. + Should be moved to release.sgml before filling with next release info. + Revision 1.7 1998/10/30 19:36:53 thomas Minor editing and markup changes as a result of preparing the Postscript documentation for v6.4. diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index c96fa97..dbb49e6 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -3,7 +3,12 @@ $Header$ Documentation Guide Thomas Lockhart -$Log: docguide.sgml,v $ +$Log$ +Revision 1.11 1998-10-30 19:36:57 thomas +Minor editing and markup changes as a result of preparing the Postscript + documentation for v6.4. +Bigger updates to the installation instructions (install and config). + Revision 1.10 1998/10/25 00:25:30 thomas Update info on source files for v6.4. Should add/change ToDo list some more before release... diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml index 9042bf6..1ec0e48 100644 --- a/doc/src/sgml/geqo.sgml +++ b/doc/src/sgml/geqo.sgml @@ -3,6 +3,9 @@ $Header$ Genetic Optimizer $Log$ +Revision 1.4 1998-08-15 06:55:05 thomas +Change Id field in chapter tag to change html output file name. + --> diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index daaae1a..54222be 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -4,7 +4,11 @@ $Header$ Postgres quick Installation Guide. - thomas 1998-10-26 -$Log: installation.sgml,v $ +$Log$ +Revision 1.3 1998-11-02 15:53:02 thomas +Move configuration info to after installation procedure. +Include only the current release in the release notes section. + Revision 1.2 1998/10/30 19:37:00 thomas Minor editing and markup changes as a result of preparing the Postscript documentation for v6.4. diff --git a/doc/src/sgml/keys.sgml b/doc/src/sgml/keys.sgml index a5e3da6..fc2ae08 100644 --- a/doc/src/sgml/keys.sgml +++ b/doc/src/sgml/keys.sgml @@ -2,7 +2,10 @@ $Header$ Indices and Keys -$Log: keys.sgml,v $ +$Log$ +Revision 1.2 1998-08-17 16:18:13 thomas +Small sentence cleanups. Add tags for acronyms and products. + Revision 1.1 1998/08/15 06:52:03 thomas Nice exposition on indices and keys from Herouth Maoz which appeared on the mailing lists a while ago. Maybe slightly changed to fit docs. diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 10f7d9b..385509d 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -5,7 +5,12 @@ Postgres integrated documentation. Other subset docs should be copied and shrunk from here. thomas 1998-02-23 -$Log: postgres.sgml,v $ +$Log$ +Revision 1.14 1998-10-31 09:36:34 thomas +Cleanup for v6.4 release. +Make new file current.sgml to hold release info for the current release. + Should be moved to release.sgml before filling with next release info. + Revision 1.13 1998/10/30 19:37:09 thomas Minor editing and markup changes as a result of preparing the Postscript documentation for v6.4. diff --git a/doc/src/sgml/programmer.sgml b/doc/src/sgml/programmer.sgml index 9039aab..d7d61c9 100644 --- a/doc/src/sgml/programmer.sgml +++ b/doc/src/sgml/programmer.sgml @@ -4,7 +4,12 @@ $Header$ Postgres Programmer's Guide. - thomas 1998-10-27 -$Log: programmer.sgml,v $ +$Log$ +Revision 1.10 1998-10-31 09:36:36 thomas +Cleanup for v6.4 release. +Make new file current.sgml to hold release info for the current release. + Should be moved to release.sgml before filling with next release info. + Revision 1.9 1998/10/30 19:37:11 thomas Minor editing and markup changes as a result of preparing the Postscript documentation for v6.4. diff --git a/doc/src/sgml/reference.sgml b/doc/src/sgml/reference.sgml index 53faf61..257e673 100644 --- a/doc/src/sgml/reference.sgml +++ b/doc/src/sgml/reference.sgml @@ -4,7 +4,12 @@ $Header$ Postgres User's Reference documentation. - thomas 1998-08-31 -$Log: reference.sgml,v $ +$Log$ +Revision 1.5 1998-10-31 09:36:37 thomas +Cleanup for v6.4 release. +Make new file current.sgml to hold release info for the current release. + Should be moved to release.sgml before filling with next release info. + Revision 1.4 1998/10/30 19:37:12 thomas Minor editing and markup changes as a result of preparing the Postscript documentation for v6.4. diff --git a/doc/src/sgml/user.sgml b/doc/src/sgml/user.sgml index 54022fc..72ab676 100644 --- a/doc/src/sgml/user.sgml +++ b/doc/src/sgml/user.sgml @@ -5,7 +5,12 @@ Postgres User's Manual. Derived from postgres.sgml. thomas 1998-02-24 -$Log: user.sgml,v $ +$Log$ +Revision 1.7 1998-10-30 19:37:16 thomas +Minor editing and markup changes as a result of preparing the Postscript + documentation for v6.4. +Bigger updates to the installation instructions (install and config). + Revision 1.6 1998/09/30 05:41:54 thomas Clean up pages. Add information for operator precedence. Split introduction sections into separate files to allow the legal notice diff --git a/src/backend/optimizer/plan/README b/src/backend/optimizer/plan/README index d3a5168..a63596f 100644 --- a/src/backend/optimizer/plan/README +++ b/src/backend/optimizer/plan/README @@ -6,7 +6,7 @@ From owner-pgsql-hackers@hub.org Fri Feb 13 09:01:19 1998 Received: from renoir.op.net (root@renoir.op.net [209.152.193.4]) by candle.pha.pa.us (8.8.5/8.8.5) with ESMTP id JAA11576 for ; Fri, 13 Feb 1998 09:01:17 -0500 (EST) -Received: from hub.org (hub.org [209.47.148.200]) by renoir.op.net (o1/$Revision: 1.1 $) with ESMTP id IAA09761 for ; Fri, 13 Feb 1998 08:41:22 -0500 (EST) +Received: from hub.org (hub.org [209.47.148.200]) by renoir.op.net (o1/$Revision$) with ESMTP id IAA09761 for ; Fri, 13 Feb 1998 08:41:22 -0500 (EST) Received: from localhost (majordom@localhost) by hub.org (8.8.8/8.7.5) with SMTP id IAA08135; Fri, 13 Feb 1998 08:40:17 -0500 (EST) Received: by hub.org (TLB v0.10a (1.23 tibbs 1997/01/09 00:29:32)); Fri, 13 Feb 1998 08:38:42 -0500 (EST) Received: (from majordom@localhost) by hub.org (8.8.8/8.7.5) id IAA06646 for pgsql-hackers-outgoing; Fri, 13 Feb 1998 08:38:35 -0500 (EST) diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 6b1fb9a..beac32a 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -1519,7 +1519,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.94 $ $Date: 1998/10/16 06:05:13 $\n"); + puts("$Revision$ $Date$\n"); } /* ---------------- diff --git a/src/backend/utils/adt/like.c b/src/backend/utils/adt/like.c index eb764e7..caa1e95 100644 --- a/src/backend/utils/adt/like.c +++ b/src/backend/utils/adt/like.c @@ -111,7 +111,7 @@ textnlike(struct varlena * s, struct varlena * p) } -/* $Revision: 1.20 $ +/* $Revision$ ** "like.c" A first attempt at a LIKE operator for Postgres95. ** ** Originally written by Rich $alz, mirror!rs, Wed Nov 26 19:03:17 EST 1986.