volkanunsal/postgres-rrule

ERROR: type "rruleset" does not exist

Closed this issue · 1 comments

Not working with postgres 14

select '
    DTSTART:19970902T090000
    RRULE:FREQ=WEEKLY;UNTIL=19980902T090000
    '::TEXT::RRULESET;
ERROR:  type "rruleset" does not exist
LINE 4:     '::TEXT::RRULESET;

Did you forget to run

SET search_path TO public, _rrule;