]> granicus.if.org Git - postgresql/commitdiff
Remove registration message in all the supported back branches;
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 Aug 2005 03:32:34 +0000 (03:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 Aug 2005 03:32:34 +0000 (03:32 +0000)
we had decided to drop it for 7.4, and no one misses it.

GNUmakefile.in
register.txt [deleted file]

index bc23ff6076ce9584142c16132c646c9d6c424ce8..2b17d477697e70ef33ba49271e9fc0cd36ca28e5 100644 (file)
@@ -1,7 +1,7 @@
 #
 # PostgreSQL top level makefile
 #
-# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.30 2002/10/21 00:12:45 momjian Exp $
+# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.30.2.1 2005/08/16 03:32:33 tgl Exp $
 #
 
 subdir =
@@ -16,7 +16,7 @@ all:
 install:
        $(MAKE) -C doc install
        $(MAKE) -C src install
-       @cat $(srcdir)/register.txt
+       @echo "PostgreSQL installation complete."
 
 installdirs uninstall distprep:
        $(MAKE) -C doc $@
diff --git a/register.txt b/register.txt
deleted file mode 100644 (file)
index 95395ec..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-
-PostgreSQL has a web site at http://www.postgresql.org/ which carries details
-on the latest release, upcoming features, and other information to make your
-work or play with PostgreSQL more productive.
-
-Please check the following URL for a listing of the current user-support
-mailing lists:
-
-       http://www.ca.postgresql.org/users-lounge/index.html#maillist
-
-All of the mailing lists are currently archived and viewable at:
-
-       http://archives.postgresql.org/
-
-And, so that we have an idea of who is using what, please connect to the
-following registration URL:
-
-       http://www.pgsql.com/register/submit.php
-
-
-Thank you for choosing PostgreSQL, the most advanced open source database 
-engine.
-
-