Обсуждение: pgsql: Doc: fill in "major enhancements" list in v13 release notes.

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

pgsql: Doc: fill in "major enhancements" list in v13 release notes.

От
Tom Lane
Дата:
Doc: fill in "major enhancements" list in v13 release notes.

Jonathan S. Katz, minor tweaks by me

Discussion: https://postgr.es/m/448a382b-ae07-3126-5a08-aacda9aa28ea@postgresql.org

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3d92252d7d8bf7080ba61f1bda3d27bd8a3617e1

Modified Files
--------------
doc/src/sgml/release-13.sgml | 47 +++++++++++++++++++++++++++++++++-----------
1 file changed, 35 insertions(+), 12 deletions(-)


Re: pgsql: Doc: fill in "major enhancements" list in v13 release notes.

От
Andrew Dunstan
Дата:
On 9/10/20 1:14 PM, Tom Lane wrote:
> Doc: fill in "major enhancements" list in v13 release notes.
>
> Jonathan S. Katz, minor tweaks by me
>
> Discussion: https://postgr.es/m/448a382b-ae07-3126-5a08-aacda9aa28ea@postgresql.org
>
> Branch
> ------
> REL_13_STABLE
>
> Details
> -------
> https://git.postgresql.org/pg/commitdiff/3d92252d7d8bf7080ba61f1bda3d27bd8a3617e1
>
> Modified Files
> --------------
> doc/src/sgml/release-13.sgml | 47 +++++++++++++++++++++++++++++++++-----------
> 1 file changed, 35 insertions(+), 12 deletions(-)
>


How is it that this commit still hasn't showed up on the web site, 4
days later? <https://www.postgresql.org/docs/13/release-13.html> still
shows "TBD"


cheerds


andrew

-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services




Re: pgsql: Doc: fill in "major enhancements" list in v13 release notes.

От
Magnus Hagander
Дата:
On Mon, Sep 14, 2020 at 3:28 PM Andrew Dunstan <andrew.dunstan@2ndquadrant.com> wrote:

On 9/10/20 1:14 PM, Tom Lane wrote:
> Doc: fill in "major enhancements" list in v13 release notes.
>
> Jonathan S. Katz, minor tweaks by me
>
> Discussion: https://postgr.es/m/448a382b-ae07-3126-5a08-aacda9aa28ea@postgresql.org
>
> Branch
> ------
> REL_13_STABLE
>
> Details
> -------
> https://git.postgresql.org/pg/commitdiff/3d92252d7d8bf7080ba61f1bda3d27bd8a3617e1
>
> Modified Files
> --------------
> doc/src/sgml/release-13.sgml | 47 +++++++++++++++++++++++++++++++++-----------
> 1 file changed, 35 insertions(+), 12 deletions(-)
>


How is it that this commit still hasn't showed up on the web site, 4
days later? <https://www.postgresql.org/docs/13/release-13.html> still
shows "TBD"


The  "13" docs are only loaded along with releases, we don't load snapshot versions into the docs other than the "devel" ones. That is, from a loading perspective, 13 is treated the same as 12 or 11.

It becomes visible if you go to https://www.postgresql.org/docs/13/index.html where it clearly says the docs are from 13beta3. 

So it'll get updated as soon as we load the RC docs.

--