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

From Heikki Linnakangas
Subject Re: BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error
Date
Msg-id 50FE961E.3030307@vmware.com
Whole thread Raw
In response to BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error  (Jan-Peter.Seifert@gmx.de)
Responses Re: BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error
List pgsql-bugs
On 22.01.2013 15:31, Jan-Peter.Seifert@gmx.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

pgsql-bugs by date:

Previous
From: Jan-Peter.Seifert@gmx.de
Date:
Subject: BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error
Next
From: Vik Reykja
Date:
Subject: Re: BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error