On Fri Sep 30, 2016 at 11:05:01AM +0200, Pierre-Emmanuel André wrote:
> Hi,
> 
> The new release of PostgreSQL is available.
> Release note: https://www.postgresql.org/docs/9.6/static/release-9-6.html
> For those who want to play with parallel queries, you have to enable them 
> (disabled by default)
> 
> Don't forget to dump/restore.
> 
> Tested on @amd64.
> Comments, feedbacks, ok are welcome.
> 
> Regards,

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/databases/postgresql/Makefile,v
> retrieving revision 1.218
> diff -u -p -u -p -r1.218 Makefile
> --- Makefile  10 Sep 2016 13:03:41 -0000      1.218
> +++ Makefile  30 Sep 2016 08:55:46 -0000
> @@ -9,24 +9,20 @@ COMMENT-plpython=Python procedural langu
>  # DO NOT FORGET to also change the @ask-update entry in pkg/PLIST-server
>  # in case a dump before / restore after pkg_add -u is required!
>  
> -VERSION=     9.5.4
> +VERSION=     9.6.0
>  DISTNAME=    postgresql-${VERSION}
>  PKGNAME-main=        postgresql-client-${VERSION}
>  PKGNAME-server=      postgresql-server-${VERSION}
>  PKGNAME-docs=        postgresql-docs-${VERSION}
>  PKGNAME-contrib=postgresql-contrib-${VERSION}
>  PKGNAME-plpython=postgresql-plpython-${VERSION}
> -REVISION-contrib=    0
> -REVISION-docs=       0
> -REVISION-main=       0
> -REVISION-plpython=   0
> -REVISION-server=0
> +
>  
>  CATEGORIES=  databases
> -SHARED_LIBS= ecpg            7.7 \
> -             ecpg_compat     4.7 \
> -             pgtypes         4.6 \
> -             pq              6.8
> +SHARED_LIBS= ecpg            7.8 \
> +             ecpg_compat     4.8 \
> +             pgtypes         4.7 \
> +             pq              6.9 
>  
>  HOMEPAGE=    http://www.postgresql.org/
>  
postgresql.org switch to https

Reply via email to