Re: GSoD - a patch for Getting Started tutorial

2019-11-21 Thread Liudmila Mantrova
On Wed, Nov 20, 2019 at 6:13 PM Tom Lane wrote: > Laurenz Albe writes: > > I kind of like the "troubleshooting" section, but I am unsure where > > to set the limit. What is there currently doesn't cover all > > potential causes (e.g., connection via TCP, see Windows), but > > being exhaustive i

Re: GSoD - a patch for Getting Started tutorial

2019-11-20 Thread Tom Lane
Laurenz Albe writes: > I kind of like the "troubleshooting" section, but I am unsure where > to set the limit. What is there currently doesn't cover all > potential causes (e.g., connection via TCP, see Windows), but > being exhaustive is probably impossible and not even desirable. > On the one

Re: GSoD - a patch for Getting Started tutorial

2019-11-20 Thread Laurenz Albe
On Tue, 2019-11-19 at 10:58 -0500, Tom Lane wrote: > > i'm all for linking to the download page for the exact install commands > > (which I did), but i see no harm in mentioning e.g. install/data > > directories in documentation. It is something I myself went back to when > > working on this tutori

Re: GSoD - a patch for Getting Started tutorial

2019-11-20 Thread Laurenz Albe
On Tue, 2019-11-19 at 18:22 +0300, Liudmila Mantrova wrote: > > The binaries for Fedora Linux use "trust". > > Fedora 31 seems to be using peer. What am I missing? > > [root@localhost ~]# /usr/pgsql-12/bin/postgresql-12-setup initdb > Initializing database ... OK > ... > [root@localhost ~]# grep

Re: GSoD - a patch for Getting Started tutorial

2019-11-19 Thread Tom Lane
Liudmila Mantrova writes: > On Tue, Nov 19, 2019 at 11:00 AM Laurenz Albe > wrote: >> On Mon, 2019-11-18 at 23:35 +0300, Liudmila Mantrova wrote: >>> I am a bit uncomfortable about having details about the workings of >>> binary packages for specific operating systems in the core >>> documentatio

Re: GSoD - a patch for Getting Started tutorial

2019-11-19 Thread Liudmila Mantrova
On Tue, Nov 19, 2019 at 11:00 AM Laurenz Albe wrote: > On Mon, 2019-11-18 at 23:35 +0300, Liudmila Mantrova wrote: > > > I am a bit uncomfortable about having details about the workings of > > > binary packages for specific operating systems in the core > documentation. > > > Maybe I'm too sensit

Re: GSoD - a patch for Getting Started tutorial

2019-11-19 Thread Laurenz Albe
On Mon, 2019-11-18 at 23:35 +0300, Liudmila Mantrova wrote: > > I am a bit uncomfortable about having details about the workings of > > binary packages for specific operating systems in the core documentation. > > Maybe I'm too sensitive there, but what about having these parts in the Wiki > > and

Re: GSoD - a patch for Getting Started tutorial

2019-11-18 Thread Liudmila Mantrova
Thank you, Laurenz! On Mon, Nov 18, 2019 at 12:15 PM Laurenz Albe wrote: > On Sun, 2019-11-17 at 00:04 +0300, Liudmila Mantrova wrote: > > This is a good thing; I have seen people complain about the tutorial > ( > https://www.postgresql.eu/events/pgconfeu2019/schedule/session/2735-whats-wrong-wi

Re: GSoD - a patch for Getting Started tutorial

2019-11-18 Thread Laurenz Albe
On Sun, 2019-11-17 at 00:04 +0300, Liudmila Mantrova wrote: > Some time ago I was selected to participate in Google season of docs program > to update > the introductory tutorial. Please consider the attached patch for the Getting > Started part. > Keeping the original information, i tried to mak

GSoD - a patch for Getting Started tutorial

2019-11-16 Thread Liudmila Mantrova
Hi everyone, Some time ago I was selected to participate in Google season of docs program to update the introductory tutorial. Please consider the attached patch for the Getting Started part. Keeping the original information, i tried to make it easy to follow, as well as added installation steps f