about test_parser installation failure problem(PostgreSQL in 9.5.0)?

From: 閬閬イふ <paaple(at)foxmail(dot)com>
To: 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: about test_parser installation failure problem(PostgreSQL in 9.5.0)?
Date: 2016-01-15 02:51:11
Message-ID: tencent_40D7EA4B205D094079D9B22C@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general pgsql-hackers

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
say:
ERROR: syntax error at or near ""
LINE 1: CREATE EXTENSION zhparser
^
********** 错误 **********
ERROR: syntax error at or near ""
SQL 状态: 42601
字符:1


CREATE EXTENSION test_parser FROM unpackaged
ERROR: function testprs_start(internal, integer) does not exist
********** 错误 **********
ERROR: function testprs_start(internal, integer) does not exist
SQL 状态: 42883

9.5.0 Not supported ?
can help me?

cnpusr
2015-01-15

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message y.chaitanya 2016-01-15 08:56:55 Re: BUG #13862: Duplicated rows for a table with primary key
Previous Message xtracoder 2016-01-14 20:49:44 BUG #13868: Strange performance of type conversion in jsonb operations

Browse pgsql-general by date

  From Date Subject
Next Message Steve Petrie, P.Eng. 2016-01-15 06:31:52 Re: WIP: CoC V6
Previous Message David Rowley 2016-01-15 01:16:10 Re: Why PG uses nested-loop join when no indexes are available?

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2016-01-15 02:55:47 Comment thinko in expand_inherited_rtentry()
Previous Message Robert Haas 2016-01-15 02:45:40 Re: SET syntax in INSERT