Re: [GENERAL] Documentation fix regarding atan2

2007-09-16 Thread Andrew Maclean
Thanks. On 9/15/07, Bruce Momjian <[EMAIL PROTECTED]> wrote: > > > Change made. Thanks. Your documentation changes can be viewed in five > minutes using links on the developer's page, > http://www.postgresql.org/developer/testing. > > > ---

Re: [GENERAL] Documentation fix regarding atan2

2007-09-14 Thread Bruce Momjian
Change made. Thanks. Your documentation changes can be viewed in five minutes using links on the developer's page, http://www.postgresql.org/developer/testing. --- Andrew Maclean wrote: > In Table 9.4 of the documentation

Re: [GENERAL] Documentation fix regarding atan2

2007-09-04 Thread Andrew Maclean
[mailto:[EMAIL PROTECTED] Sent: Wednesday, 5 September 2007 12:34 To: [EMAIL PROTECTED] Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Documentation fix regarding atan2 On Wed, Sep 05, 2007 at 10:37:18 +1000, Andrew Maclean <[EMAIL PROTECTED]> wrote: > In Table 9

Re: [GENERAL] Documentation fix regarding atan2

2007-09-04 Thread Tom Lane
Bruno Wolff III <[EMAIL PROTECTED]> writes: > Andrew Maclean <[EMAIL PROTECTED]> wrote: >> In Table 9.4 of the documentation atan2 is described as follows: >> atan2(*x*, *y*) inverse tangent of *x*/*y* >> >> I am sure it should read as: >> atan2(*y*, x) inverse tangent of y/x > Aren't those two

Re: [GENERAL] Documentation fix regarding atan2

2007-09-04 Thread Bruno Wolff III
On Wed, Sep 05, 2007 at 10:37:18 +1000, Andrew Maclean <[EMAIL PROTECTED]> wrote: > In Table 9.4 of the documentation atan2 is described as follows: > atan2(*x*, *y*) inverse tangent of *x*/*y* > > I am sure it should read as: > atan2(*y*, x) inverse tangent of y/x Aren't those two statemen