]> ruin.nu Git - ndwebbie.git/blob - database/functions/index.sql
115a65c1bc16ad59dd44e75fcb3bce4f3c2d616e
[ndwebbie.git] / database / functions / index.sql
1 CREATE FUNCTION mmdd(d date) RETURNS text AS $SQL$ SELECT to_char($1,'MM-DD') $SQL$ LANGUAGE SQL IMMUTABLE;
2