Re: [DOCS] Table A-1. PostgreSQL Error Codes (WITH constants)

2005-12-08 Thread Bruce Momjian
Patch applied. I also added section markings so it isn't one long list with no highlighting: http://candle.pha.pa.us/main/writings/pgsql/sgml/errcodes-appendix.html --- [EMAIL PROTECTED] wrote: > (correct format)

Re: [DOCS] [PATCHES] pl/pgSQL doco patch

2005-12-08 Thread Bruce Momjian
I think the Oracle porting section is the correct place for this item. Thanks for the patch. --- Philip Yarra wrote: > On Thu, 17 Nov 2005 01:40 am, Andrew Dunstan wrote: > > I am wondering we should make this warning more

Re: [DOCS] pl/pgSQL doco patch

2005-12-08 Thread Bruce Momjian
Add documentation about the inability of plpsql to use parameter names that are the same as column names used in the function. I moved the item up on the list of porting issues. Patch applied to CVS HEAD and 8.1.X. Thanks. ---