Each user can change his own page name on his private portal. A community portal should be the same for all members.
You could do this:
update portal_pages set pretty_name = 'Custom' where pretty_name = 'My Space';
To change all portal pages called 'My Space' to 'Custom'