Hi. On 15.01.2009 17:06 maaboo wrote: > > Is it possible to edit pages id? I want to delete some pages and create > another with same ids. I tried to clear tables "pages" and "tt_content" but > nothing. Every new created page has id one up to deleted last (30, 31.. etc, > instead of 3,4). Can i edit pid counter manually? >
1) TRUNCATE [TABLE] tbl_name empties a table completely and resets the auto_increment counter. 2) don't do it, see Dmitrys posting. -- cheers, Steffen http://www.t3node.com/ _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
