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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix quoting in help messages in uuid-ossp extension scripts.
Date: 2013-11-22 17:08:38
Message-ID: E1VjuDe-0006F9-4h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f29baf92257ae614a2097b4e86b00e8a62802e2e

Modified Files
--------------
contrib/uuid-ossp/uuid-ossp--1.0.sql | 2 +-
contrib/uuid-ossp/uuid-ossp--unpackaged--1.0.sql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2013-11-22 19:04:07 Re: pgsql: Ensure that XLOG_HEAP2_VISIBLE always targets an initialized pag
Previous Message Heikki Linnakangas 2013-11-22 12:59:50 pgsql: Fix Hot-Standby initialization of clog and subtrans.