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

Поиск
Список
Период
Сортировка
От Jan-Peter.Seifert@gmx.de
Тема BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error
Дата
Msg-id E1TxdxE-0001nb-04@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Re: BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error  (Vik Reykja <vikreykja@gmail.com>)
Re: BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error  (Marc Balmer <marc@msys.ch>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      7820
Logged by:          Jan-Peter Seifert
Email address:      Jan-Peter.Seifert@gmx.de
PostgreSQL version: 9.1.7
Operating system:   Windows 7 64-bit
Description:        =


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.

I had to replace the hyphen in file names and in the scripts to make the
module work.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Pius Chan
Дата:
Сообщение: Re: BUG #7819: missing chunk number 0 for toast value 1235919 in pg_toast_35328
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #7820: Extension uuid-ossp cannot be installed on Windows - getting syntax error