You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postgresql 9.0+: Better version of IntervalToMilliseconds expression
Based on epoch extraction, it is less complicated than sum of several parts
expecially when base expression is complicated so it required many copies of
base expression.
New approach is also lest costy.
0 commit comments