pgsql_holidays
pgsql_holidays copied to clipboard
Package to calculate holiday dates in PostgreSQL
Add a feature so we can use postal code as province for `holidays.france` function.
Hi, for Windows there is currently no strait forward way to “build” this extension, due to the build script being bash based. Also, PGXN does not support Windows (see FAQ:...
Have you thought about packaging this as an extension for Postgres? Doing so can make distribution easier, and increase uptake. You also can benefit from publishing this as an extension...
holidays=# select * from holidays.denmark(2020,2021) where reference = 'Palm Sunday'; datestamp | reference | description | authority | day_off | observation_shifted | start_time | end_time ------------+-------------+-------------+-----------+---------+---------------------+------------+---------- 2020-03-29 | Palm Sunday...