dblink function description lacks security model

2018-02-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.1/static/contrib-dblink-function.html Description: There is no information about what permissions should be setup for the user who wants to query a database through a dblink. Thank you to e

SSL : client configuration

2018-02-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/ssl-tcp.html Description: Java as a client searches for keys in AppData/Roaming/postgresql with .pk8 format or else you get error.

postgres_fdw incomplete examples

2018-02-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/postgres-fdw.html Description: The examples about postgres_fdw do not tell about the need to have a HANDLER when we want to access foreign tables. There should be indications on how