Re: minor cleanup in plpgsql.sgml
| От | Tom Lane |
|---|---|
| Тема | Re: minor cleanup in plpgsql.sgml |
| Дата | |
| Msg-id | 28070.1069777441@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | minor cleanup in plpgsql.sgml (Robert Treat <xzilla@users.sourceforge.net>) |
| Ответы |
Re: minor cleanup in plpgsql.sgml
Re: minor cleanup in plpgsql.sgml |
| Список | pgsql-patches |
Robert Treat <xzilla@users.sourceforge.net> writes:
> ! SELECT INTO users_rec * FROM users WHERE user_id=3;
> --- 986,993 ----
> ! SELECT * FROM users WHERE user_id=3 INTO users_rec;
Why do you want to change the example to disagree with the advice given
just above?
: At present, the INTO clause can appear almost anywhere in the SELECT
: statement, but it is recommended to place it immediately after the
: SELECT key word as depicted above. Future versions of PL/pgSQL may be
: less forgiving about placement of the INTO clause.
regards, tom lane
В списке pgsql-patches по дате отправления: