Re: Window functions doc patch - Mailing list pgsql-hackers

From Hitoshi Harada
Subject Re: Window functions doc patch
Date
Msg-id e08cc0400809030858xbaa4014t9687c1d5f4b83ddd@mail.gmail.com
Whole thread Raw
In response to Window functions doc patch  ("Erikj" <er@xs4all.nl>)
List pgsql-hackers
2008/9/4 Erikj <er@xs4all.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


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: [PATCH] Cleanup of GUC units code
Next
From: Joshua Drake
Date:
Subject: Re: [PATCH] Cleanup of GUC units code