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

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

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