Re: plpgsql: open for execute - add USING clause
От
Pavel Stehule
Тема
Re: plpgsql: open for execute - add USING clause
Дата
Msg-id
162867791001130005l34e5e686l9b1d3a7984765a9d@mail.gmail.com
Ответ на
Re: plpgsql: open for execute - add USING clause (Takahiro Itagaki)
Список
Дерево обсуждения
plpgsql: open for execute - add USING clause Pavel Stehule <pavel.stehule@gmail.com>
Re: plpgsql: open for execute - add USING clause Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>
Re: plpgsql: open for execute - add USING clause Pavel Stehule <pavel.stehule@gmail.com>
Re: plpgsql: open for execute - add USING clause Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>
Re: plpgsql: open for execute - add USING clause Pavel Stehule <pavel.stehule@gmail.com>
Re: plpgsql: open for execute - add USING clause Tom Lane <tgl@sss.pgh.pa.us>
Re: plpgsql: open for execute - add USING clause Pavel Stehule <pavel.stehule@gmail.com>
Re: plpgsql: open for execute - add USING clause Robert Haas <robertmhaas@gmail.com>
Re: plpgsql: open for execute - add USING clause Pavel Stehule <pavel.stehule@gmail.com>
Re: plpgsql: open for execute - add USING clause Pavel Stehule <pavel.stehule@gmail.com>
Re: plpgsql: open for execute - add USING clause "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: plpgsql: open for execute - add USING clause "Joshua D. Drake" <jd@commandprompt.com>
Re: plpgsql: open for execute - add USING clause "Joshua D. Drake" <jd@commandprompt.com>
Re: plpgsql: open for execute - add USING clause Pavel Stehule <pavel.stehule@gmail.com>
Re: plpgsql: open for execute - add USING clause "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: plpgsql: open for execute - add USING clause "Joshua D. Drake" <jd@commandprompt.com>
Re: plpgsql: open for execute - add USING clause "Joshua D. Drake" <jd@commandprompt.com>
Re: plpgsql: open for execute - add USING clause Pavel Stehule <pavel.stehule@gmail.com>
Re: plpgsql: open for execute - add USING clause Pavel Stehule <pavel.stehule@gmail.com>
Re: plpgsql: open for execute - add USING clause Greg Smith <greg@2ndquadrant.com>
Re: plpgsql: open for execute - add USING clause Robert Haas <robertmhaas@gmail.com>
Re: plpgsql: open for execute - add USING clause Pavel Stehule <pavel.stehule@gmail.com>
Re: CommitFest expectations Greg Smith <greg@2ndquadrant.com>
2010/1/12 Takahiro Itagaki : > Hi, I'm reviewing OPEN FOR EXECUTE USING patch and have a couple of > trivial comments. > > Pavel Stehule wrote: > >> this small patch add missing USING clause to OPEN FOR EXECUTE statement >> + cleaning part of exec_stmt_open function > > - Can we use read_sql_expression2() instead of read_sql_construct() > in gram.y? It could simplify the code a bit. > > - I'd prefer to change the new argument for exec_dynquery_with_params() > from "char *portalname" to "const char *curname". > ok, I accept all comments. revised version are attached. Thank you, Pavel Stehule > Other than the above minor issues, this patch is ready to commit. > > Regards, > --- > Takahiro Itagaki > NTT Open Source Software Center > > >
В списке pgsql-hackers по дате отправления