> > I got a little carried away but the changes to the > > examples are whitespace only, so, should not be in > > this commit. > > I changed that (left aligned) since that is required by the new > documentation template. I won't do it in the future... > > > Overall the commit has enormous whitespace problems > > so that was my main point. > > What problems exactly - because I'm going to do all the rest of the > PostgreSQL functions if I find time?
Look at the diff, it's really clear. The following is Good: <foo> <bar> Text Text Text </bar> </foo> The following is Bad: <foo> <bar> Text </bar> </foo> This is also bad: <foo> <bar> Text </bar> </foo> Examples of all of the above can be seen here: http://cvs.php.net/co.php/phpdoc/en/reference/pgsql/functions/pg-connect.xml?r=1.9 And remember, never use tabs. Regards, Philip