Broken example in PL/PgSQL documentation - Mailing list pgsql-docs

From Marko Tiikkaja
Subject Broken example in PL/PgSQL documentation
Date
Msg-id 540855D0.4020108@joh.to
Whole thread Raw
Responses Re: Broken example in PL/PgSQL documentation  (Marti Raudsepp <marti@juffo.org>)
List pgsql-docs
Hi,

Just came across a broken example in the docs:

local:marko=#* select * from extended_sales(1);
ERROR:  column reference "quantity" is ambiguous
LINE 1: SELECT quantity, quantity * price FROM sales
                ^
DETAIL:  It could refer to either a PL/pgSQL variable or a table column.
QUERY:  SELECT quantity, quantity * price FROM sales
                  WHERE itemno = p_itemno
CONTEXT:  PL/pgSQL function "extended_sales" line 3 at RETURN QUERY

Patch to fix this attached.


.marko

Attachment

pgsql-docs by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Missing docs: setting up replication slots for standbys
Next
From: Michael Paquier
Date:
Subject: Re: Missing docs: setting up replication slots for standbys