Minor patch for the uuid-ossp extension - Mailing list pgsql-hackers

From roadrunner6@gmx.at
Subject Minor patch for the uuid-ossp extension
Date
Msg-id 528F5434.6010807@gmx.at
Whole thread Raw
Responses Re: Minor patch for the uuid-ossp extension  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
When trying to add the extension with \i it writes an error message:
     Use "CREATE EXTENSION uuid-ossp" to load this file.

Unfortunatly this does not work for extensions with dashes. Must CREATE
EXTENSION "uuid-ossp". Proposed patch is attached.

Regards
Mario


Attachment

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Add \i option to bring in the specified file as a quoted literal
Next
From: Heikki Linnakangas
Date:
Subject: Re: Data corruption issues using streaming replication on 9.0.14/9.2.5/9.3.1