[PATCH][Documination] Add optional USING keyword before opclass name in INSERT statemet - Mailing list pgsql-hackers

From Nikolay Shaplov
Subject [PATCH][Documination] Add optional USING keyword before opclass name in INSERT statemet
Date
Msg-id 1593237.l7oKHRpxSe@nataraj-amd64
Whole thread Raw
Responses Re: [PATCH][Documination] Add optional USING keyword before opclass name in INSERT statemet  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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
Attachment

pgsql-hackers by date:

Previous
From: Ildar Musin
Date:
Subject: Re: Declarative partitioning
Next
From: Greg Stark
Date:
Subject: Re: 10.0