Wiki consisting of rows in a db table - Mailing list pgsql-general

From Kelly Jones
Subject Wiki consisting of rows in a db table
Date
Msg-id 26face530910091607i59155224mbfce6cbce6f151e8@mail.gmail.com
Whole thread Raw
List 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.

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: interface for "non-SQL people"
Next
From: Michal Szymanski
Date:
Subject: transaction ID wraparound - should I use 'VACUUM' or 'VACUUM FULL' ?