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

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

Commit: 673019936866652bfb8ac399fac6bc21fa6810fe
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-11-22T17:08:22Z
Releases: 9.1.11
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