Re: Comments on Exclusion Constraints and related datatypes

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: Comments on Exclusion Constraints and related datatypes
Дата
Msg-id 20100322191157.GH26428@fetter.org
обсуждение исходный текст
Ответ на Re: Comments on Exclusion Constraints and related datatypes  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Comments on Exclusion Constraints and related datatypes  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
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.

Cheers,
David.
-- 
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Comments on Exclusion Constraints and related datatypes
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Comments on Exclusion Constraints and related datatypes