Re: [BUGS] about test_parser installation failure problem(PostgreSQL in 9.5.0)?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [BUGS] about test_parser installation failure problem(PostgreSQL in 9.5.0)?
Дата
Msg-id 20160119200826.GA242513@alvherre.pgsql
обсуждение исходный текст
Ответ на about test_parser installation failure problem(PostgreSQL in 9.5.0)?  ("閬閬イふ" <paaple@foxmail.com>)
Список pgsql-general
閬閬イふ wrote:
> hi postgreSql !
>      test_parser install is ok (postgresql 9.2.4)
>     but at (postgresql 9.5.0) failure?
>  why?the postgresql say:
>  CREATE EXTENSION zhparser

What is zhparser anyway?  There is one such thing at
https://github.com/amutu/zhparser
but I don't think it depends on test_parser in any way.

Note this:

>  CREATE EXTENSION zhparser
>  say:
>  ERROR:  syntax error at or near ""
> LINE 1: CREATE EXTENSION zhparser
>         ^

My editor shows a "<feff>" marker between the double quotes in that
error message -- you sent a byte-order mark (BOM) in your CREATE
EXTENSION command, which is wrong.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Dynamic collation support
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Question about the postgresql's certifications