Обсуждение: [DOCS] Table 9-34 missing an entry in v8.2 documentation

Поиск
Список
Период
Сортировка

[DOCS] Table 9-34 missing an entry in v8.2 documentation

От
snarks@gmail.com
Дата:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/8.2/static/functions-sequence.html
Description:

https://www.postgresql.org/docs/8.2/static/functions-sequence.html

The lastval() function is not listed in the 9-34 table, although it is
described later in the text. It is present in the table in the 8.1 and 8.3
documentation.

Re: [DOCS] Table 9-34 missing an entry in v8.2 documentation

От
Peter Eisentraut
Дата:
On 6/15/17 03:58, snarks@gmail.com wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/8.2/static/functions-sequence.html
> Description:
>
> https://www.postgresql.org/docs/8.2/static/functions-sequence.html
>
> The lastval() function is not listed in the 9-34 table, although it is
> described later in the text. It is present in the table in the 8.1 and 8.3
> documentation.

While this is indeed somewhat curious, all of these versions are vastly
outdated and will not be changed anymore.

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


Re: [DOCS] Table 9-34 missing an entry in v8.2 documentation

От
Tom Lane
Дата:
snarks@gmail.com writes:
> Page: https://www.postgresql.org/docs/8.2/static/functions-sequence.html

> The lastval() function is not listed in the 9-34 table, although it is
> described later in the text. It is present in the table in the 8.1 and 8.3
> documentation.

Not sure why it's like that ... but 8.2 is long out of support.
We aren't fixing bugs in it anymore, and that includes doc bugs.

            regards, tom lane