Re: Comments on Exclusion Constraints and related datatypes

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Comments on Exclusion Constraints and related datatypes
Дата
Msg-id 20100322190416.GB4121@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Comments on Exclusion Constraints and related datatypes  (David Fetter <david@fetter.org>)
Ответы Re: Comments on Exclusion Constraints and related datatypes  (David Fetter <david@fetter.org>)
Список pgsql-hackers
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.)

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

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