Skip to content
Snippets Groups Projects
Commit 014a0a3d authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Remove registration message, after discussion concluded that it was of

little use.
parent 27318d88
No related branches found
No related tags found
No related merge requests found
# #
# PostgreSQL top level makefile # PostgreSQL top level makefile
# #
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.34 2003/08/05 04:55:58 pgsql Exp $ # $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.35 2003/10/13 21:39:41 petere Exp $
# #
subdir = subdir =
...@@ -16,7 +16,7 @@ all: ...@@ -16,7 +16,7 @@ all:
install: install:
$(MAKE) -C doc install $(MAKE) -C doc install
$(MAKE) -C src install $(MAKE) -C src install
@cat $(srcdir)/register.txt @echo "PostgreSQL installation complete."
installdirs uninstall distprep: installdirs uninstall distprep:
$(MAKE) -C doc $@ $(MAKE) -C doc $@
......
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.postgresql.org/lists.html
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment