[PATCH][Documination] Add optional USING keyword before opclass name in INSERT statemet

Поиск
Список
Период
Сортировка
От Nikolay Shaplov
Тема [PATCH][Documination] Add optional USING keyword before opclass name in INSERT statemet
Дата
Msg-id 1593237.l7oKHRpxSe@nataraj-amd64
обсуждение исходный текст
Ответы Re: [PATCH][Documination] Add optional USING keyword before opclass name in INSERT statemet  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
If I read gram.y code for insert statement, I see that there is an optional
USING keyword before opclass name


opt_class:  any_name                                { $$ = $1; }
            | USING any_name                        { $$ = $2; }
            | /*EMPTY*/                             { $$ = NIL; }
        ;

but it the documentation this keyword is omitted.

I'd like to offer a patch that fixes this problem

--
Nikolay Shaplov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company
Вложения

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

Предыдущее
От: Ildar Musin
Дата:
Сообщение: Re: Declarative partitioning
Следующее
От: Greg Stark
Дата:
Сообщение: Re: 10.0