> 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
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'
"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
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
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
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');
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
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