| From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
|---|---|
| To: | 閬閬イふ <paaple(at)foxmail(dot)com> |
| Cc: | pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>, pgsql-general <pgsql-general(at)postgresql(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: about test_parser installation failure problem(PostgreSQL in 9.5.0)? |
| Date: | 2016-01-19 20:08:26 |
| Message-ID: | [email protected] |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-general pgsql-hackers |
閬閬イふ 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2016-01-19 20:17:09 | Re: Delete message |
| Previous Message | Smith, Travis | 2016-01-19 17:10:27 | Re: BUG #13875: Error explaining query |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | John R Pierce | 2016-01-19 20:14:30 | Re: Question about the postgresql's certifications |
| Previous Message | Pavel Stehule | 2016-01-19 19:15:42 | Re: Dynamic collation support |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2016-01-19 20:14:49 | Re: jsonb array-style subscription |
| Previous Message | Alvaro Herrera | 2016-01-19 20:00:29 | Re: Advices on custom data type and extension development |