4330610436
release of PostgreSQL 9.5. This release adds UPSERT capability, Row Level Security, and multiple Big Data features, which will broaden the user base for the world's most advanced database. With these new capabilities, PostgreSQL will be the best choice for even more applications for startups, large corporations, and government agencies. Release Notes: http://www.postgresql.org/docs/current/static/release-9-5.html What's New in 9.5: https://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.5
9 lines
384 B
Text
9 lines
384 B
Text
--- doc/Makefile.orig 2015-10-08 21:45:57.360084007 +0200
|
|
+++ doc/Makefile 2015-10-08 21:46:04.353084097 +0200
|
|
@@ -12,5 +12,5 @@
|
|
top_builddir = ..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
-all distprep html man install installdirs uninstall clean distclean maintainer-clean:
|
|
+all distprep man install installdirs uninstall clean distclean maintainer-clean:
|
|
$(MAKE) -C src $@
|