[DOCS] why money datatype size returns with 2147483647 instead of 19,2

2017-08-24 Thread bramesh . ppl
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.1/static/datatype-money.html Description: As per the documentation, the size of the money datatype is 19,2 but always returning with 2147483647. can you clarify on this? -- Sent via pgsq

[DOCS] Useful documentation removed from 9.5 docs

2017-08-24 Thread rasmus
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/textsearch-indexes.html Description: I was looking for the section that provides advice on which type of index (GIN vs GIST) to choose, and discovered that it has been removed from

[DOCS] pg_replication_slots page links

2017-08-24 Thread sahapasci
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/view-pg-replication-slots.html Description: Hi all, There isn't any link between 9.4 - replication slot page and other newer ones. check pages; https://www.postgresql.org/docs/

Re: [DOCS] Useful documentation removed from 9.5 docs

2017-08-24 Thread Tom Lane
ras...@mindplay.dk writes: > I was looking for the section that provides advice on which type of index > (GIN vs GIST) to choose, and discovered that it has been removed from the > 9.5/9.6 documentation. That was changed because the advice was obsolete. See https://www.postgresql.org/message-id/2

Re: [DOCS] Syntax for changing owner on sequence is not correct

2017-08-24 Thread David G. Johnston
On Thu, Aug 24, 2017 at 11:25 AM, Tarik Dolovac wrote: > I am just telling you that in your officiall documentation i didn't find > that command. > ​What command? Both OWNED BY and OWNER TO are parts of the ALTER SEQUENCE command and written and described on the page you were reading when you ​