Fix quoting in help messages in uuid-ossp extension scripts.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f29baf92257ae614a2097b4e86b00e8a62802e2e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-11-22T17:07:53Z
Releases: 9.4.0
Fix quoting in help messages in uuid-ossp extension scripts.

The command we're telling people to type needs to include double-quoting
around the unfortunately-chosen extension name.  Twiddle the textual
quoting so that it looks somewhat sane.  Per gripe from roadrunner6.

Files