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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error
Дата
Msg-id 50FE961E.3030307@vmware.com
обсуждение исходный текст
Ответ на BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error  (Jan-Peter.Seifert@gmx.de)
Ответы Re: BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Jan-Peter.Seifert@gmx.de
Дата:
Сообщение: BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error
Следующее
От: Vik Reykja
Дата:
Сообщение: Re: BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error