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
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
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo