Re: Documentation of return values of range functions lower and upper

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Documentation of return values of range functions lower and upper
Дата
Msg-id ZUQhQ9pJrY4ennXy@momjian.us
обсуждение исходный текст
Ответ на Re: Documentation of return values of range functions lower and upper  (Laurenz Albe <laurenz.albe@cybertec.at>)
Ответы Re: Documentation of return values of range functions lower and upper  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
On Thu, Nov  2, 2023 at 03:42:53PM +0100, Laurenz Albe wrote:
> On Thu, 2023-11-02 at 10:14 -0400, Bruce Momjian wrote:
> > Better, though "Is the range's upper bound unbounded?" makes me cringe.
> > 
> > Oh, yeah, totally cringe, me too.  :-)
> > 
> > > It is not the bound that is bounded or not, but the range.
> > > 
> > > How about "Is the range unbounded at the upper end?" or "Does the range
> > > have no upper bound?"
> > 
> > I used your "end" idea to modify the patch, attached.
> 
> There are still some loose ends:
> 
> - you lost the specification whether it is the upper or the lower bound
> 
> - "Infinity" is a literal
> 
> - "-Infinity" is a very unlikely value for an upper bound
> 
> How about the attached version?

Agreed, yours is much better.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Only you can decide what is important to you.



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

Предыдущее
От: Phil Eaton
Дата:
Сообщение: Add minimal C example and SQL registration example for custom table access methods.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Document target_role param of ALTER DEFAULT PRIVILEGES