Hi Mihails,

You can find them in the table XWIKILISTITEMS (select XWL_VALUE where
XWL_NAME='tags').

There are also references to the tables XWIKILISTS, XWIKIPROPERTIES:
XWIKILISTITEMS -> XWIKILISTS
 FOREIGN KEY (XWL_ID, XWL_NAME) 
 REFERENCES XWIKILISTS (XWL_ID, XWL_NAME));

XWIKILISTS -> XWIKIPROPERTIES 
 (FOREIGN KEY (XWL_ID, XWL_NAME) 
 REFERENCES XWIKIPROPERTIES (XWP_ID, XWP_NAME)

Best Regards,
Alla



muxa wrote:
> 
> Hi!
> 
> XWiki has one huge database :), could someone help me on finding,
> where the document tags are stored?
>  Ar cieņu, Mihails
> _______________________________________________
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Tags-tp17865339p17909307.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to