| From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
|---|---|
| To: | Marti Raudsepp <marti(at)juffo(dot)org> |
| Cc: | Marko Tiikkaja <marko(at)joh(dot)to>, PG Docs <pgsql-docs(at)postgresql(dot)org> |
| Subject: | Re: Broken example in PL/PgSQL documentation |
| Date: | 2014-10-09 17:37:17 |
| Message-ID: | CAFj8pRARV2uk=h8YO8AiW-P=HcqqvbQ2YxSWAb+r7QmGVXQ62A@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
2014-10-08 21:25 GMT+02:00 Marti Raudsepp <marti(at)juffo(dot)org>:
> On Thu, Sep 4, 2014 at 3:06 PM, Marko Tiikkaja <marko(at)joh(dot)to> wrote:
> > Just came across a broken example in the docs
>
> +1. New version works. I would slightly prefer adding an alias to the
> table:
>
> RETURN QUERY SELECT s.quantity, s.quantity * s.price FROM sales AS s
> WHERE s.itemno = p_itemno;
>
> Other than that, there's not much to review here, marking as "Ready
> for Committer"
>
This last patch is good. I it good fix of this problem - and usage of
qualified identifiers is common and recommended solution.
It is really ready for commiter.
Regards
Pavel
>
> Alternative patch attached, let the committer decide.
>
> Regards,
> Marti
>
>
> --
> Sent via pgsql-docs mailing list (pgsql-docs(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-docs
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fujii Masao | 2014-10-09 18:23:05 | Re: Broken example in PL/PgSQL documentation |
| Previous Message | Marti Raudsepp | 2014-10-08 19:25:56 | Re: Broken example in PL/PgSQL documentation |