diff --git a/doc/src/sgml/keys.sgml b/doc/src/sgml/keys.sgml index 87062b0..c7630b2 100644 --- a/doc/src/sgml/keys.sgml +++ b/doc/src/sgml/keys.sgml @@ -2,7 +2,12 @@ $Header$ Indices and Keys -$Log: keys.sgml,v $ +$Log$ +Revision 1.3 1998-12-29 02:24:16 thomas +Clean up to ensure tag completion as required by the newest versions + of Norm's Modular Style Sheets and jade/docbook. +From Vince Vielhaber . + Revision 1.2 1998/08/17 16:18:13 thomas Small sentence cleanups. Add tags for acronyms and products. 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 aed94b8..52d488b 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -1452,7 +1452,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.155.2.1 $ $Date: 2000/08/30 21:19:32 $\n"); + puts("$Revision$ $Date$\n"); } /*