[DOCS] error in oracle to plpgsql documentation ?

2010-07-21 Thread Marc Cousin
Hi, A user had a syntax problem with a cursor declaration. After a bit of digging, the code he used came directly from the documentation : DECLARE CURSOR referrer_keys IS SELECT * FROM cs_referrer_keys ORDER BY try_order; func_body text; func_cmd text; I guess it sho

Re: [DOCS] error in oracle to plpgsql documentation ?

2010-07-21 Thread Kevin Grittner
Marc Cousin wrote: > DECLARE > CURSOR referrer_keys IS > I guess it should be > > DECLARE > referrer_keys CURSOR IS > If I'm right, a patch is attached (the code works with the > correction) The patch looks correct to me. -Kevin -- Sent via pgsql-docs mailing list (pgsql-docs@

Re: [DOCS] Please provide stable target anchors

2010-07-21 Thread Peter Eisentraut
On ons, 2010-07-21 at 03:16 +0100, Daniele Varrazzo wrote: > Attached there is a patch adding an id to the indexterms currently > referred by psycopg documentation, to be applied to the current head. > However I've tried to render the html docs with the head itself and I > see anchors are not gener

Re: [DOCS] ECPG Documentation Improvement

2010-07-21 Thread Satoshi Nagayasu
Hi all, In past two months, I was working to improve the ecpg manual, and work for a draft of the new manual is now 90% finished. This document is getting very similar to the final edition, so I hope to introduce to you. In this version, following chapters has been changed. - The Concept - Manag