Possible edit slip in Architecture Fundamentals.

2019-01-02 Thread PG Doc comments form
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/tutorial-arch.html
Description:

This line:
The user's client (frontend) application that wants to perform database
operations.
in the Architecture
Fundamentals(https://www.postgresql.org/docs/10/tutorial-arch.html) seems
out of place or incomplete.

Suggested:
Remove the line.


Broken link in JSON Types documentation

2019-01-02 Thread PG Doc comments form
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.4/datatype-json.html
Description:

https://www.postgresql.org/docs/9.4/datatype-json.html

Links to http://rfc7159.net/rfc7159. I get a 403 error for both
http://rfc7159.net/rfc7159 and http://rfc7159.net/.


Re: Broken link in JSON Types documentation

2019-01-02 Thread Tom Lane
=?utf-8?q?PG_Doc_comments_form?=  writes:
> https://www.postgresql.org/docs/9.4/datatype-json.html

> Links to http://rfc7159.net/rfc7159. I get a 403 error for both
> http://rfc7159.net/rfc7159 and http://rfc7159.net/.

In PG v10 and up this link goes to https://tools.ietf.org/html/rfc7159.
Evidently whoever updated it didn't bother to back-patch into old
branches.

regards, tom lane



Re: Possible edit slip in Architecture Fundamentals.

2019-01-02 Thread Alvaro Herrera
On 2019-Jan-01, PG Doc comments form wrote:

> This line:
> The user's client (frontend) application that wants to perform database
> operations.
> in the Architecture
> Fundamentals(https://www.postgresql.org/docs/10/tutorial-arch.html) seems
> out of place or incomplete.

How so?  It's part of this text:

  A PostgreSQL session consists of the following cooperating processes 
(programs):
* [another process]
* The user's client (frontend) application that wants to perform
  database operations.

It seems perfectly well placed to me.

-- 
Álvaro Herrerahttps://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services