Re: pg_generate_sequence and info_schema patch (Was: SELECT Question)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_generate_sequence and info_schema patch (Was: SELECT Question)
Дата
Msg-id 29355.1075704258@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_generate_sequence and info_schema patch (Was: SELECT  (Joe Conway <mail@joeconway.com>)
Список pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> The one corner case not discussed is a step size of zero. Currently it
> returns zero rows, but I considered having it generate an ERROR.

I'd go for ERROR --- can't think of any reason to do otherwise, nor
any standard programming language that wouldn't consider that an error.

> OK to commit?

Don't forget to bump the catversion number.

            regards, tom lane

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

Предыдущее
От: Claudio Natoli
Дата:
Сообщение: FW: [pgsql-hackers-win32] CVS source win32 mingw some comile err
Следующее
От: Claudio Natoli
Дата:
Сообщение: Re: pg_generate_sequence and info_schema patch (Was: SE