Re: Plpgsql function to compute "every other Friday"
От
John R Pierce
Тема
Re: Plpgsql function to compute "every other Friday"
Дата
Msg-id
4D9A6D67.9000405@hogranch.com
Ответ на
Plpgsql function to compute "every other Friday" (C. Bensend)
Список
Дерево обсуждения
Plpgsql function to compute "every other Friday" "C. Bensend" <benny@bennyvision.com>
Re: Plpgsql function to compute "every other Friday" "David Johnston" <polobo@yahoo.com>
Re: Plpgsql function to compute "every other Friday" "C. Bensend" <benny@bennyvision.com>
Re: Plpgsql function to compute "every other Friday" Andy Colson <andy@squeakycode.net>
Re: Plpgsql function to compute "every other Friday" "C. Bensend" <benny@bennyvision.com>
Re: Plpgsql function to compute "every other Friday" John R Pierce <pierce@hogranch.com>
Re: Plpgsql function to compute "every other Friday" "C. Bensend" <benny@bennyvision.com>
Re: Plpgsql function to compute "every other Friday" Merlin Moncure <mmoncure@gmail.com>
Re: Plpgsql function to compute "every other Friday" "C. Bensend" <benny@bennyvision.com>
generate_series(date '2001-01-05', date '2020-12-31', interval '2 weeks') will return every payday from jan 5 2001 to the end of 2020 (assuming the 5th was payday, change the start to jan 12 if that was instead).
В списке pgsql-general по дате отправления