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.
THX, HeinzJ
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
This is a page I found useful when starting to interact with the backend database.
http://www.mediawiki.org/wiki/Manual:Database_layout
Paul
On 10/28/07 4:16 PM, "Rob Church" robchur@gmail.com wrote:
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
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org