How can I get post text from all posts on a WordPress news site?

Will using mysqldump get you the results that you want?

mysqldump -u username -p dbname wp_posts > myposts.sql

You will have to handle the images separately.