Re: Comments on Exclusion Constraints and related datatypes - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Comments on Exclusion Constraints and related datatypes
Date
Msg-id 201006030134.o531YKI11099@momjian.us
Whole thread Raw
In response to Re: Comments on Exclusion Constraints and related datatypes  (David Fetter <david@fetter.org>)
List pgsql-hackers
David Fetter wrote:
> On Mon, Mar 22, 2010 at 04:04:16PM -0300, Alvaro Herrera wrote:
> > David Fetter wrote:
> > 
> > > diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
> > > index 9881ff4..9313112 100644
> > > --- a/doc/src/sgml/func.sgml
> > > +++ b/doc/src/sgml/func.sgml
> > > @@ -7134,7 +7134,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
> > >         </row>
> > >         <row>
> > >          <entry> <literal>&&</literal> </entry>
> > > -        <entry>Overlaps?</entry>
> > > +        <entry>Overlaps?  One point in common makes this true.</entry>
> > >          <entry><literal>box '((0,0),(1,1))' && box '((0,0),(2,2))'</literal></entry>
> > >         </row>
> > >         <row>
> > 
> > Hmm, how does this look in horizontal space?  (The <row> makes me think
> > it's a table.)
> 
> Looks OK to me.  The entry above, "Closest point to first operand on
> second operand" is actually wider.

Patch applied.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + None of us is going to be here forever. +


pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: current value support
Next
From: Robert Haas
Date:
Subject: Re: Idea for getting rid of VACUUM FREEZE on cold pages