Re: [DOCS] adduser is missing --system

2017-09-27 Thread Tom Lane
I wrote: > The issue might be moot as of v10 anyway, because of this other commit: Ah, scratch that, I'd forgotten the discussion here: https://www.postgresql.org/message-id/flat/32387.1481079186%40sss.pgh.pa.us The switch to unnamed POSIX semaphores will help, but it's not a complete fix becaus

Re: [DOCS] adduser is missing --system

2017-09-27 Thread Tom Lane
Michael Paquier writes: > Please note as well that this has been added to the documentation of Postgres > 10 with this commit: Yeah. I think Peter should back-patch that, but he hasn't yet. The issue might be moot as of v10 anyway, because of this other commit: Author: Tom Lane Branch: master

Re: [DOCS] adduser is missing --system

2017-09-27 Thread Michael Paquier
On Thu, Sep 28, 2017 at 6:33 AM, wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.6/static/install-short.html > Description: > > Hi, > > regarding > https://www.postgresql.org/docs/9.6/static/install-short.html > > adduser po

[DOCS] adduser is missing --system

2017-09-27 Thread jens
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/install-short.html Description: Hi, regarding https://www.postgresql.org/docs/9.6/static/install-short.html adduser postgres should be adduser --system postgres otherwise you mi

Re: [DOCS] Docbook 5.x

2017-09-27 Thread Alexander Lakhin
27.09.2017 19:11, Alexander Lakhin wrote: In the interest of moving things along, I have committed my patch and will continue working on the rest of the patch set. Improvements are welcome and can be submitted separately, but I think it's hardly worth it because this stuff changes so rarely. But

Re: [DOCS] Wrong COPY command synopsis

2017-09-27 Thread David G. Johnston
On Wed, Sep 27, 2017 at 4:01 AM, wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.1/static/sql-copy.html > Description: > > Postgres psql (PostgreSQL) 9.5.4 > > Wrong COPY command synopsis: > > 1. comma is not an options sepa

[DOCS] Wrong COPY command synopsis

2017-09-27 Thread petr . lancaric
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.1/static/sql-copy.html Description: Postgres psql (PostgreSQL) 9.5.4 Wrong COPY command synopsis: 1. comma is not an options separator { ...( option [, ...] ... } 2. FORMAT is not a kewy

[DOCS] add details in trigger's infinite recursion warnings

2017-09-27 Thread lisael
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/trigger-definition.html Description: https://www.postgresql.org/docs/10/static/trigger-definition.html reads "It is the trigger programmer's responsibility to avoid infinite recursi

Re: [DOCS] can't reproduce example

2017-09-27 Thread Herve Duchesne
You are right, CREATE EXTENSION btree_gist; the command failed because I was not superuser. I did it as postgres user and It works now. Thanks. Le 22/09/2017 à 17:47, Tom Lane a écrit : he...@duchesne.me writes: I tried to reproduce the example : CREATE EXTENSION btree_gist; CREATE TABLE

[DOCS] RECURSIVE update

2017-09-27 Thread zszmigiero
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/sql-createview.html Description: Please add information that RECURSIVE option in CREATE VIEW cannot be joined with CHECK OPTION -- Sent via pgsql-docs mailing list (pgsql-docs@po

Re: [DOCS] Docbook 5.x

2017-09-27 Thread Alexander Lakhin
Hello, 27.09.2017 18:38, Peter Eisentraut wrote: On 9/20/17 09:00, Alexander Lakhin wrote: I would like to place such alternate text in an attribute "standalonetext" or alike, but DocBook 4.x doesn't allow for extra attributes, so we need to choose from: http://tdg.docbook.org/tdg/4.5/ref-elemen

Re: [DOCS] Docbook 5.x

2017-09-27 Thread Peter Eisentraut
On 9/20/17 09:00, Alexander Lakhin wrote: > I would like to place such alternate text in an attribute > "standalonetext" or alike, but DocBook 4.x doesn't allow for extra > attributes, so we need to choose from: > http://tdg.docbook.org/tdg/4.5/ref-elements.html#common.attributes > So I decided