Re: pgsql: Improve Range Types and Exclusion Constraints example.

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Jeff Davis <jdavis(at)postgresql(dot)org>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Improve Range Types and Exclusion Constraints example.
Date: 2013-09-05 07:11:50
Message-ID: CABUevEySGqVOjK0KV21YwE3O3D7ubg5EbZ4F+9HfMn2WyJadAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Backpatch to 9.3 at least, maybe? Without that, it's not going to show
up in "production docs" for a year...

//Magnus

On Thu, Sep 5, 2013 at 8:30 AM, Jeff Davis <jdavis(at)postgresql(dot)org> wrote:
> Improve Range Types and Exclusion Constraints example.
>
> Make the examples self-contained to avoid confusion. Per bug report
> 8367 from KOIZUMI Satoru.
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/be6fcb671e4291654391fba475f4b555d2da74f3
>
> Modified Files
> --------------
> doc/src/sgml/rangetypes.sgml | 18 +++++++++++-------
> 1 file changed, 11 insertions(+), 7 deletions(-)
>
>
> --
> Sent via pgsql-committers mailing list (pgsql-committers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-committers

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2013-09-05 14:31:29 pgsql: Improve Range Types and Exclusion Constraints example.
Previous Message Jeff Davis 2013-09-05 06:49:26 pgsql: Revert WAL posix_fallocate() patches.