Re: [DOCS] Correction in SHARE ROW EXCLUSIVE lock description

2017-10-10 Thread Euler Taveira
2017-10-09 6:07 GMT-03:00 : > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.4/static/explicit-locking.html > Description: > > The documentation says : > > "This lock mode is not automatically acquired by any PostgreSQL > command."

Re: [DOCS] 19.2. File Locations doesn't tell you the file locations!

2017-10-10 Thread David G. Johnston
On Fri, Oct 6, 2017 at 3:06 AM, wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/10/static/runtime-config- > file-locations.html > Description: > > In the latest documentation "Section 19.2. File Locations" tells > you how to >

[DOCS] Correction in SHARE ROW EXCLUSIVE lock description

2017-10-10 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: The documentation says : "This lock mode is not automatically acquired by any PostgreSQL command." I am wrong if I say that a "ADD CONSTRAINT

Re: [DOCS] Levenshtein function cost parameters are in the wrong order

2017-10-10 Thread Marco Pennekamp
Oh, yeah. I didn't think about the source/target order! Thank you for checking and sorry for the inconvenience! On Tue, Oct 3, 2017 at 2:34 PM Marko Tiikkaja wrote: > On Mon, Oct 2, 2017 at 5:37 PM, wrote: > >> The following documentation comment has been logged on the website: >> >> Page: http

[DOCS] Table 8-22. cidr Type Input Examples: Missing line.

2017-10-10 Thread kurt
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.1/static/datatype-net-types.html Description: 8.9.2 cidr: In table 8-22 I've missed one row: IP Address 192.168.20.1 (without netmask) will give output 192.168.20.1/32 (tested) Why I was n

[DOCS] Search for "with" returns no results.

2017-10-10 Thread mark
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/queries-with.html Description: Searching for the word "with" in the documentation, returns no results. This is strange when there are pages titled "WITH queries". I presume the w

[DOCS] Typo at https://www.postgresql.org/about/featurematrix/detail/292/

2017-10-10 Thread Oleksandr Pikozh
https://www.postgresql.org/about/featurematrix/detail/292/ > Ability to automatically pull in required additional extensions for an extension dedpendency tree. dedpendency -> dependency -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http

[DOCS] 19.2. File Locations doesn't tell you the file locations!

2017-10-10 Thread redirect . null
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/runtime-config-file-locations.html Description: In the latest documentation "Section 19.2. File Locations" tells you how to set the locations of the various config files, but it d

Re: [DOCS] Doc BUG and/or Change Request: Include Postgres's system columns in reserved words in docs, Chnage to previx sytem colums with 2 underscores?

2017-10-10 Thread dan d
There is one other issue that I forgot to mention, my program is taking existing databases and converting and loading them into a new Postgres DB, strange that one of my first test database actually had cmax as a column, unfortunately i'm not at liberty to go back and tell my customer you need