Maybe over the edge to call this hacking :) But...
I created a bunch of posts, that I would now like to make into pages. I want to do the following:
UPDATE wp_posts SET post_type='page' WHERE post_type='post';
Is that safe? I am afraid of messing something up! Maybe this will require updates to other tables too, to maintain integrity?
Sincerely! :)