BUG #13843: Problem with output of an index definition by "pg_restore"

From: takami(at)orega(dot)co(dot)jp
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13843: Problem with output of an index definition by "pg_restore"
Date: 2016-01-05 01:28:36
Message-ID: 20160105012836.989.49297@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13843
Logged by: Naoki Takami
Email address: takami(at)orega(dot)co(dot)jp
PostgreSQL version: 9.4.5
Operating system: Windows7
Description:

I define the following index.
CREATE INDEX TEST_IDX ... WITH
(tokenizer='TokenBigramSplitSymbolAlphaDigit', normalizer='')
When it was input by "pg_restore" after outputting this by "pg_dump", the
following error occurred.

could not execute query: ERROR: syntax error at or near ")"
line 1: ...H (tokenizer=TokenBigramSplitSymbolAlphaDigit, normalizer=);

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message jarred 2016-01-05 03:32:49 BUG #13844: Logical decoding bug with subxact + row locking
Previous Message jonas.hagen3 2016-01-04 09:23:52 BUG #13842: deb-Package configuration hangs at password promt