Re: [DOCS] Mention PL/Python newline handling?

2005-03-31 Thread Bruce Momjian
Michael Fuhr wrote: > Should the PL/Python documentation mention the way PL/Python handles > newlines as a result of the following change? Or will a comment > in the Release Notes suffice? (I'm assuming whoever's doing the > 8.0.2 Release Notes will mention it). > > http://archives.postgresql.or

[DOCS] Two points about docs

2005-03-31 Thread Vladimir Chukharev
Hi, I think that docs can be improved a bit in two places. 1. Description of SELECT ( http://www.postgresql.org/docs/8.0/static/sql-select.html ) says 'SELECT retrieves rows from one or more tables.' This is not perfectly correct, because 0 tables can be used like in 'SELECT 1;'. When I tried to f