Re: Window functions doc patch

From: "Hitoshi Harada" <umi(dot)tanuki(at)gmail(dot)com>
To: Erikj <er(at)xs4all(dot)nl>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Window functions doc patch
Date: 2008-09-03 15:58:52
Message-ID: e08cc0400809030858xbaa4014t9687c1d5f4b83ddd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2008/9/4 Erikj <er(at)xs4all(dot)nl>:
> Dear Hitoshi,
>
> I noticed the folowing typo in the doc sgml:
>
> 'rownumber()', instead of 'row_number()' ( 2x )
>
> hth
>
> Erik Rijkers
>
>
>
> *** doc/src/sgml/func.sgml.orig 2008-09-03 17:20:28.130229027 +0200
> --- doc/src/sgml/func.sgml 2008-09-03 17:21:01.331907454 +0200
> ***************
> *** 10092,10100 ****
> <row>
> <entry>
> <indexterm>
> ! <primary>rownumber()</primary>
> </indexterm>
> ! <function>rownumber() OVER (ORDER BY <replaceable
> class="parameter">expression</replaceable>)</function>
> </entry>
> <entry>
> <type>bigint</type>
> --- 10092,10100 ----
> <row>
> <entry>
> <indexterm>
> ! <primary>row_number()</primary>
> </indexterm>
> ! <function>row_number() OVER (ORDER BY <replaceable
> class="parameter">expression</replaceable>)</function>
> </entry>
> <entry>
> <type>bigint</type>
>

Ah, thanks. It's my mistake. Both of SQL spec and my implementation in
pg_proc say it is row_number, not rownumber.

Regards,

--
Hitoshi Harada

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua Drake 2008-09-03 16:10:18 Re: [PATCH] Cleanup of GUC units code
Previous Message Tom Lane 2008-09-03 15:38:31 Re: SSL problems