Minor patch for the uuid-ossp extension

From: roadrunner6(at)gmx(dot)at
To: pgsql-hackers(at)postgresql(dot)org
Subject: Minor patch for the uuid-ossp extension
Date: 2013-11-22 12:55:16
Message-ID: 528F5434.6010807@gmx.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
uuid-ossp-patch.txt text/plain 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-11-22 13:01:10 Re: Data corruption issues using streaming replication on 9.0.14/9.2.5/9.3.1
Previous Message Alvaro Herrera 2013-11-22 12:54:53 Re: Add \i option to bring in the specified file as a quoted literal