diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2010-09-20 13:46:47 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2010-09-20 13:46:47 +0000 |
commit | c6dcf7810701cd84940844dc8471aa35a71bd7e9 (patch) | |
tree | 964e3f53a0c4b96f862cc877659918515e4fd55f /databases/postgresql92-server/files/patch-doc-Makefile | |
parent | When server announce auth as "PLAIN LOGIN" instead of the common inverse order (diff) |
PostgreSQL 9.0 is here! The PostgreSQL Global Development Group
announces the availability of our most eagerly awaited release.
PostgreSQL 9.0 includes built-in, binary replication, and over a dozen
other major features which will appeal to everyone from web developers
to database hackers.
9.0 includes more major features than any release before it, including:
* Hot standby
* Streaming replication
* In-place upgrades
* 64-bit Windows builds
* Easy mass permissions management
* Anonymous blocks and named parameter calls for stored procedures
* New windowing functions and ordered aggregates
... and many more. For details on the over 200 additions and
improvements in this version, developed by over a hundred contributors,
please see the release notes.
"These kinds of feature additions continue to make a strong case for why
mission-critical technology tasks can continue to depend on the power,
flexibility and robustness of PostgreSQL,â said Afilias CTO Ram Mohan.
More information on PostgreSQL 9.0:
* Release notes
http://www.postgresql.org/docs/9.0/static/release-9-0
* Presskit
http://www.postgresql.org/about/press/presskit90
* Guide to 9.0:
http://wiki.postgresql.org/wiki/What's_new_in_PostgreSQL_9.0
---
PR: 150430, Add dtrace
Notes
Notes:
svn path=/head/; revision=261485
Diffstat (limited to 'databases/postgresql92-server/files/patch-doc-Makefile')
-rw-r--r-- | databases/postgresql92-server/files/patch-doc-Makefile | 44 |
1 files changed, 28 insertions, 16 deletions
diff --git a/databases/postgresql92-server/files/patch-doc-Makefile b/databases/postgresql92-server/files/patch-doc-Makefile index 8e08132e175b..a366d4ca2620 100644 --- a/databases/postgresql92-server/files/patch-doc-Makefile +++ b/databases/postgresql92-server/files/patch-doc-Makefile @@ -1,16 +1,28 @@ ---- doc/Makefile.orig 2009-05-15 15:58:05.000000000 +0200 -+++ doc/Makefile 2009-05-15 15:58:18.000000000 +0200 -@@ -25,9 +25,10 @@ - - .NOTPARALLEL: - --ifneq ($(wildcard $(srcdir)/postgres.tar.gz),) --found_html = yes --endif -+# FreeBSD has a separate port for installing the documentation -+#ifneq ($(wildcard $(srcdir)/postgres.tar.gz),) -+#found_html = yes -+#endif - - ifneq ($(wildcard $(srcdir)/man.tar.gz),) - # SCO OpenServer's man system is sufficiently different to not bother. +--- doc/src/sgml/Makefile.orig 2010-06-12 23:40:31.000000000 +0200 ++++ doc/src/sgml/Makefile 2010-09-19 22:07:11.210759927 +0200 +@@ -15,14 +15,14 @@ + + # Make "html" the default target, since that is what most people tend + # to want to use. +-html: ++man: + + subdir = doc/src/sgml + top_builddir = ../../.. + include $(top_builddir)/src/Makefile.global + + +-all: html man ++all: man + + distprep: html distprep-man + +@@ -285,7 +285,7 @@ + ## Install + ## + +-install: install-html ++##install: install-html + + ifneq ($(PORTNAME), sco) + install: install-man |