Re: [DOCS] CREATE GROUP: REPLICATION, NOREPLICATION, BYPASSRLS, NOBYPASSRLS, CONNECTION LIMIT connlimit

2017-09-20 Thread Michael Paquier
On Sat, Sep 16, 2017 at 9:31 PM, wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.5/static/sql-creategroup.html > Description: > > Options from subject are still available according to CREATE ROLE > definition > > Please upda

[DOCS] Dcoumentation error.

2017-09-20 Thread neutrino_sunset
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/runtime-config.html Description: "Chapter 19.2 File Locations" starts by stating "In addition to the postgresql.conf file already mentioned..." That's not at all helpful when I'v

Re: [DOCS] Creating variable argument user defined functions in C

2017-09-20 Thread athinivas
Thanks a lot tom lane. -- Sent from: http://www.postgresql-archive.org/PostgreSQL-docs-f2165602.html -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

Re: [DOCS] How to prompt for a value if a variable is not set

2017-09-20 Thread David G. Johnston
On Monday, September 18, 2017, wrote: > > But if the variable is not set, I want the script to prompt for > it. In version 10 this should be doable, we introduced \if conditionals. You might be able to hack up something via "\!" in 9.6 and earlier (haven't tried it myself). David J.

Re: [DOCS] ALTER GROUP

2017-09-20 Thread Tom Lane
zszmigi...@gmail.com writes: > The following documentation comment has been logged on the website: > Page: https://www.postgresql.org/docs/9.5/static/sql-alterrole.html > Description: > [ GROUP ] role_name > How to read this role specification? > According to notation the erroneous: > "ALTER RO

[DOCS] How to prompt for a value if a variable is not set

2017-09-20 Thread randy
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.2/static/app-psql.html Description: I want to make a small script to show the primary key for a table and put the name into a variable. Called from another script, the tablename is set in

[DOCS] max_replication_slots in subscriber for subscription?

2017-09-20 Thread jonny . battiato
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/logical-replication-config.html Description: Hi! In this section: https://www.postgresql.org/docs/10/static/logical-replication-config.html the following sentences make no sense i

[DOCS] ALTER GROUP

2017-09-20 Thread zszmigiero
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/sql-alterrole.html Description: [ GROUP ] role_name How to read this role specification? According to notation the erroneous: "ALTER ROLE GROUP role_name" should be supported

[DOCS] CREATE GROUP: REPLICATION, NOREPLICATION, BYPASSRLS, NOBYPASSRLS, CONNECTION LIMIT connlimit

2017-09-20 Thread zszmigiero
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/sql-creategroup.html Description: Options from subject are still available according to CREATE ROLE definition Please update syntax description At this moment no difference betwee

Re: [DOCS] Docbook 5.x

2017-09-20 Thread Alexander Lakhin
Hello Peter, 19.09.2017 23:05, Peter Eisentraut wrote: I would choose some standard way to have separate content in the same file, but if the overhead is not acceptable, and we're not going to extend the profiling usage, then we need to invent something that will complicate XML-related processing

[DOCS] tip to workaround trailing spaces removal on char to varchar conversion

2017-09-20 Thread vodevsh
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/datatype-character.html Description: removing trailing spaces on (implicit) cast from char to text can be painful, and always surprising as shown in example with SELECT 'a '::CHAR