Re: Question about PARTIAL DATE type/s
От | Daniele Varrazzo |
---|---|
Тема | Re: Question about PARTIAL DATE type/s |
Дата | |
Msg-id | CA+mi_8bQnReqWBacU-xA3SEgwHWy=P60nvjKnYFXjH+XerMmnA@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Question about PARTIAL DATE type/s (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: Question about PARTIAL DATE type/s
|
Список | pgsql-general |
On Sun, Oct 7, 2012 at 3:03 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Daniele Varrazzo <daniele.varrazzo@gmail.com> writes: >> Note: it exploits to_date() parsing '200013' as '2001-01', which is >> reasonable but haven't found documented and don't know how much >> reliable. Writing a safer "one month later" function is left as >> exercise. > > Consider adding '1 month'::interval to the month start date. > > (This function relies on text-munging way too much for my taste. > There's almost always a better way to do it than that.) Didn't realize intervals store months/days info separately: I thought an interval was just a vector in the timestamp space. Nice surprise. -- Daniele
В списке pgsql-general по дате отправления: