]> ruin.nu Git - ndwebbie.git/blob - database/functions/index.sql
Only list threads with posts in the last 50 days as new and unread
[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