On 28/10/2007, HeinzJ h-j.luecking@t-online.de wrote:
Wich table holds the actual articels ?
The are quite a lot of candidates: recentchanges, text, revision, page ...
I would like to know wich table holds the content of the actual article version.
Under a default configuration, the `text` table holds page text; see the comments in the maintenance/tables.sql file. You'll need the `revision` and `page` tables to access the text of a particular version of a given page, however.
Rob Church