mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Remove registration message in all the supported back branches;
we had decided to drop it for 7.4, and no one misses it.
This commit is contained in:
parent
a55a75f02d
commit
f47f4be902
@ -1,7 +1,7 @@
|
||||
#
|
||||
# PostgreSQL top level makefile
|
||||
#
|
||||
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.23 2001/11/21 23:19:25 momjian Exp $
|
||||
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.23.2.1 2005/08/16 03:33:39 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 $@
|
||||
|
25
register.txt
25
register.txt
@ -1,25 +0,0 @@
|
||||
|
||||
(2002-02-04)
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user