Re: https://www.postgresql.org/download/linux/ubuntu/

2018-02-26 Thread Daniel Gustafsson
> On 26 Feb 2018, at 16:18, Indrek K wrote: > Please upgrade PostgreSQL document to latest version > https://www.postgresql.org/download/linux/ubuntu/ > Change apt-get install postgresql-9.6 > postgresql-10 The download pages are not guaranteed to always be up to date with the current release v

Re: Images in the official documentation

2018-02-26 Thread Craig Ringer
On 27 February 2018 at 03:23, Tom Lane wrote: > Craig Ringer writes: > > On 26 February 2018 at 12:16, Tom Lane wrote: > >> How can we resolve these issues? > > > Question the assumptions and requirements. Why do we actually _need_ > > diffable, mergeable images? Sure, it'd be *nice*, but what'

Re: Extra indentation in first line

2018-02-26 Thread Tom Lane
"David G. Johnston" writes: > On Mon, Feb 26, 2018 at 6:43 AM, PG Doc comments form < > nore...@postgresql.org> wrote: >> Page: https://www.postgresql.org/docs/10/static/textsearch-features.html >> In some queries there is an extra indentation > I just now noticed the same thing while looking a r

Re: Images in the official documentation

2018-02-26 Thread Tom Lane
Craig Ringer writes: > On 26 February 2018 at 12:16, Tom Lane wrote: >> How can we resolve these issues? > Question the assumptions and requirements. Why do we actually _need_ > diffable, mergeable images? Sure, it'd be *nice*, but what's the real world > impact if we don't have it? Well, I'll

Re: Extra indentation in first line

2018-02-26 Thread David G. Johnston
On Mon, Feb 26, 2018 at 6:43 AM, PG Doc comments form < nore...@postgresql.org> wrote: > In some queries there is an extra indentation > ​. > ​I just now noticed the same thing while looking a report on GRANT syntax. I've spotted checked a couple of other pages and found the same. The "code" blo

Extra indentation in first line

2018-02-26 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/textsearch-features.html Description: Hello, In some queries there is an extra indentation. For example: SELECT to_tsquery('fat') <-> to_tsquery('cat | rat');

GRANT and REVOKE grammar.

2018-02-26 Thread Alexey Kuleshevich
Hi all.The way it is described in the documentation for GRANT syntax (https://www.postgresql.org/docs/10/static/sql-grant.html end all prior versions) doesn't look quite right. According to the doc, something like that shouldn't be possible: GRANT SELECT(field), TRUNCATE, INSERT(abc) ON TABLE fooba

https://www.postgresql.org/download/linux/ubuntu/

2018-02-26 Thread Indrek K
Hi Please upgrade PostgreSQL document to latest version https://www.postgresql.org/download/linux/ubuntu/ Change apt-get install postgresql-9.6 > postgresql-10 Thanks, Indrek