Revision 1 (by dpavlin, 2007/03/15 10:26:22) initial import of perl server function heavily inspired by
http://people.planetpostgresql.org/xzilla/index.php?/archives/290-The-web-IN-your-database.html
all:
	dropdb rss || true
	createdb --encoding=utf-8 rss
	createlang plperlu rss
	psql -x rss < getfeed.sql