I was reading this article: http://codex.wordpress.org/Moving_WordPress
The last line under 'Changing Your Domain Name and URLs' advises to perform a search and replace only on the 'wp_posts' table. I've noticed that the old urls are present under other tables as well. So is it enough to just replace the old urls on 'posts' tables?
'Better search and replace' plugin gives options to replace entries on different tables. However 'Velvet Blues' plugin does not seem to give the table names. I am guessing Velvet only does search and replace on 'posts' table. Is that correct?