From: | Kelly Jones <kelly(dot)terry(dot)jones(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Wiki consisting of rows in a db table |
Date: | 2009-10-09 23:07:35 |
Message-ID: | 26face530910091607i59155224mbfce6cbce6f151e8@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Consider a wiki that lets you edit rows in a db table. Each page is a
row in the table, and has fields that anyone can edit. Like all wikis,
it keeps a history of edits (including who made the edits), and lets
you revert an edit, or even delete a row (page) completely.
Has anyone implemented something like this? This MediaWiki extension:
http://www.mediawiki.org/wiki/Extension:WikiDB
looks interesting, but it doesn't appear to support full SQL querying?
I'm looking more for a wiki-editable database, not a database-enabled
wiki, though having MediaWiki functionality would be nice.
--
We're just a Bunch Of Regular Guys, a collective group that's trying
to understand and assimilate technology. We feel that resistance to
new ideas and technology is unwise and ultimately futile.
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2009-10-09 23:37:13 | Re: Regexp confusion |
Previous Message | Michal Szymanski | 2009-10-09 23:01:13 | transaction ID wraparound - should I use 'VACUUM' or 'VACUUM FULL' ? |