Re: Installing "uuid-ossp" library in Postgres 9.1. (new Extension feature)

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Installing "uuid-ossp" library in Postgres 9.1. (new Extension feature)
Date: 2011-10-13 02:17:19
Message-ID: 4E964A2F.2070802@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/12/11 7:10 PM, Basil Bourque wrote:
> To install/load the extension, run this SQL:
> CREATE EXTENSION "uuid-ossp";
>
> I found the quote marks to be required despite the doc being contrary.

probably because of the minus sign... otherwise, thats parsed as uuid
minus ossp :-/

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jayadevan M 2011-10-13 03:28:44 Re: Help on PostgreSQL
Previous Message Basil Bourque 2011-10-13 02:10:36 Installing "uuid-ossp" library in Postgres 9.1. (new Extension feature)