Wiki consisting of rows in a db table

Поиск
Список
Период
Сортировка
От Kelly Jones
Тема Wiki consisting of rows in a db table
Дата
Msg-id 26face530910091607i59155224mbfce6cbce6f151e8@mail.gmail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: interface for "non-SQL people"
Следующее
От: Michal Szymanski
Дата:
Сообщение: transaction ID wraparound - should I use 'VACUUM' or 'VACUUM FULL' ?