Addon providers (of which heroku postgres is) can change the the config var they set at any time. Simply copy-and-pasting creds from one app to another will leave the second app broken when those creds are changed.
Heroku Postgres is now a standalone product (You can purchase postgres databases without a heroku app) so they won't change the URI for a database out from under you.