[DOCS] There is one "a" too much

2017-04-18 Thread dwe
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/0.0/static/logical-replication.html
Description:

Logical replication of a table typically starts with a taking a snapshot

-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


[DOCS] Missing lock conflict for ROW SHARE

2017-04-18 Thread diemersebastien
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.4/static/explicit-locking.html
Description:

In my experience ROW SHARE conflicts with ROW EXCLUSIVE and this is not
mentioned in the documentation. Am I missing something ?

-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


[DOCS] Install specific version of postgresqsl on Linux

2017-04-18 Thread Rotem Mor
Hi,
The documntation page :
https://www.postgresql.org/download/linux/ubuntu/
 
specify how to install PostgreSQL on Linux.
This page assumes that eveyone wants to install the latest version which isn't always the case.
 
What if someone wants to install 9.3.5 ?
Here is an example:
http://stackoverflow.com/questions/43471508/how-to-install-postgresql-9-3-3-client-on-linux-mint#43471508
 
I think it would be best if the stackoverflow answer would appear in the documntation page 
 
Something like:
 
"For specific version please change the command to  "