Window functions doc patch

Поиск
Список
Период
Сортировка
От Erikj
Тема Window functions doc patch
Дата
Msg-id 21434.156.83.1.211.1220455745.squirrel@webmail.xs4all.nl
обсуждение исходный текст
Ответы Re: Window functions doc patch
Список pgsql-hackers
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>




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Question regarding the database page layout.
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: [PATCH] Cleanup of GUC units code