/[pg-getfeed]/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Thu Mar 15 10:26:22 2007 UTC (17 years, 1 month ago) by dpavlin
File size: 107 byte(s)
initial import of perl server function heavily inspired by
http://people.planetpostgresql.org/xzilla/index.php?/archives/290-The-web-IN-your-database.html

1 dpavlin 1 all:
2     dropdb rss || true
3     createdb --encoding=utf-8 rss
4     createlang plperlu rss
5     psql -x rss < getfeed.sql

  ViewVC Help
Powered by ViewVC 1.1.26