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

Поиск
Список
Период
Сортировка
От takami@orega.co.jp
Тема BUG #13843: Problem with output of an index definition by "pg_restore"
Дата
Msg-id 20160105012836.989.49297@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #13843: Problem with output of an index definition by "pg_restore"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13843
Logged by:          Naoki Takami
Email address:      takami@orega.co.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=);

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

Предыдущее
От: jarred@webriots.com
Дата:
Сообщение: BUG #13844: Logical decoding bug with subxact + row locking
Следующее
От: Jarred Ward
Дата:
Сообщение: Copy paste typo in bug #13844