Re: [DOCS] Errors in documentation

2017-09-01 Thread Peter Eisentraut
On 8/23/17 10:42, Alexander Lakhin wrote: > Please consider committing attached patches to the documentation. > A pair of the patches I sent before (see > https://www.postgresql.org/message-id/374e84e6-f89b-4d0a-652c-cb2449f0bfc4%40gmail.com), > > but they weren't committed. > If some of these p

Re: [DOCS] Int32 type unclear about signedness

2017-09-01 Thread Peter Eisentraut
On 8/23/17 14:45, r...@paranoia.at wrote: > Both its C-like name and its use for negative values in several protocol 3 > messages make assuming signedness only reasonable. Yet, when used for > message lengths, the libpq code seems unclear: > > The libpq frontend reads message lengths from the back

Re: [DOCS] pg_replication_slots page links

2017-09-01 Thread Peter Eisentraut
On 8/22/17 09:36, sahapa...@gmail.com wrote: > The following documentation comment has been logged on the website: > > Page: > https://www.postgresql.org/docs/9.6/static/view-pg-replication-slots.html > Description: > > Hi all, > There isn't any link between 9.4 - replication slot page and othe

Re: [DOCS] Mistype

2017-09-01 Thread Peter Eisentraut
On 8/27/17 05:30, spl...@ya.ru wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.6/static/sql-createpolicy.html > Description: > > "Note that INSERT with ON CONFLICT DO UPDATE checks INSERT policies' > WITH > CHECK expression

Re: [DOCS] Default names for CRL and CA files in the backend

2017-09-01 Thread Peter Eisentraut
Committed. I have removed the mentions of the hard-coded defaults in previous PostgreSQL releases. Almost all settings probably did not exist or behaved differently in a previous release, and we don't keep all of that around, so this was a good chance to clean that up. -- Peter Eisentraut

Re: [DOCS] Need help finding all possible parameters for wal_level

2017-09-01 Thread None
Good call, Thank you On Fri, Sep 1, 2017 at 11:55 AM, Alvaro Herrera wrote: > None wrote: > > Hi all, > > > > Thank you. I'm using 9.6. I found all the available options in the > > 'postgresql.conf' file on the server itself. The explanations are good, > but > > I was looking for something like

Re: [DOCS] Need help finding all possible parameters for wal_level

2017-09-01 Thread Alvaro Herrera
None wrote: > Hi all, > > Thank you. I'm using 9.6. I found all the available options in the > 'postgresql.conf' file on the server itself. The explanations are good, but > I was looking for something like this: > > # minimal, archive, hot_standby, or logical > > I saw the 'replica' option in th

Re: [DOCS] Need help finding all possible parameters for wal_level

2017-09-01 Thread None
Hi all, Thank you. I'm using 9.6. I found all the available options in the 'postgresql.conf' file on the server itself. The explanations are good, but I was looking for something like this: # minimal, archive, hot_standby, or logical I saw the 'replica' option in the documentation, but not in th

Re: [DOCS] Need help finding all possible parameters for wal_level

2017-09-01 Thread David G. Johnston
On Fri, Sep 1, 2017 at 7:46 AM, None wrote: > Well, so that's what doesn't make sense. Other documentation also > indicates a 'hot_standby' setting and I'm looking to see if it can do > 'warm_standby' as well. I was hoping for a complete list because it seems > scattered right now. > ​The docume

Re: [DOCS] Need help finding all possible parameters for wal_level

2017-09-01 Thread Jerry Sievers
None writes: > Hi, > > I'm searching for all of the possible parameters for setting the > "wal_level" outlined in the PostgreSQL Streaming Replication article: > > https://wiki.postgresql.org/wiki/Streaming_Replication > > I currently see hot_standby, but I can't find a list for all of the > para

Re: [DOCS] Need help finding all possible parameters for wal_level

2017-09-01 Thread Pantelis Theodosiou
On Fri, Sep 1, 2017 at 3:46 PM, None wrote: > Well, so that's what doesn't make sense. Other documentation also > indicates a 'hot_standby' setting and I'm looking to see if it can do > 'warm_standby' as well. I was hoping for a complete list because it seems > scattered right now. > All the opt

Re: [DOCS] Need help finding all possible parameters for wal_level

2017-09-01 Thread None
Well, so that's what doesn't make sense. Other documentation also indicates a 'hot_standby' setting and I'm looking to see if it can do 'warm_standby' as well. I was hoping for a complete list because it seems scattered right now. On Fri, Sep 1, 2017 at 10:43 AM, Pantelis Theodosiou wrote: > > >

Re: [DOCS] Need help finding all possible parameters for wal_level

2017-09-01 Thread Pantelis Theodosiou
On Fri, Sep 1, 2017 at 3:36 PM, None wrote: > Hi, > > I'm searching for all of the possible parameters for setting the > "wal_level" outlined in the PostgreSQL Streaming Replication article: > > https://wiki.postgresql.org/wiki/Streaming_Replication > > I currently see hot_standby, but I can't fi

[DOCS] Need help finding all possible parameters for wal_level

2017-09-01 Thread None
Hi, I'm searching for all of the possible parameters for setting the "wal_level" outlined in the PostgreSQL Streaming Replication article: https://wiki.postgresql.org/wiki/Streaming_Replication I currently see hot_standby, but I can't find a list for all of the parameters that setting will take.