Re: BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Jan-Peter(dot)Seifert(at)gmx(dot)de
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error
Date: 2013-01-22 13:37:34
Message-ID: 50FE961E.3030307@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 22.01.2013 15:31, Jan-Peter(dot)Seifert(at)gmx(dot)de wrote:
> The statement:
> 'CREATE EXTENSION uuid-ossp'
>
> just gives me a syntax error:
>
> ERROR: syntax error at or near "-"
> LINE 1: CREATE EXTENSION uuid-ossp
> ^
> ********** Fehler **********
>
> ERROR: syntax error at or near "-"
> SQL Status:42601
> Zeichen:22
>
> Obviously "CREATE EXTENSION" expects underscores instead of hyphens.

Try:

CREATE EXTENSION "uuid-ossp"

- Heikki

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Vik Reykja 2013-01-22 13:38:07 Re: BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error
Previous Message Jan-Peter.Seifert 2013-01-22 13:31:56 BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error