Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mka4v-0008SW-GW for pgsql-www@arkaria.postgresql.org; Tue, 09 Nov 2021 22:58:57 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mka4u-0005JD-EH for pgsql-www@arkaria.postgresql.org; Tue, 09 Nov 2021 22:58:56 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mka4u-0005J4-5h for pgsql-www@lists.postgresql.org; Tue, 09 Nov 2021 22:58:56 +0000 Received: from 2.mo560.mail-out.ovh.net ([188.165.53.149]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mka4r-0005SA-PO for pgsql-www@lists.postgresql.org; Tue, 09 Nov 2021 22:58:55 +0000 Received: from player168.ha.ovh.net (unknown [10.110.171.215]) by mo560.mail-out.ovh.net (Postfix) with ESMTP id 29A98231B1 for ; Tue, 9 Nov 2021 22:58:52 +0000 (UTC) Received: from nilsand.re (host86-151-117-224.range86-151.btcentralplus.com [86.151.117.224]) (Authenticated sender: nils@nilsand.re) by player168.ha.ovh.net (Postfix) with ESMTPSA id 8C2532419754A; Tue, 9 Nov 2021 22:58:50 +0000 (UTC) Authentication-Results: garm.ovh; auth=pass (GARM-98R00204d0252b-c940-47ca-a652-f71d0aef8d95, AFD1C7ACE488C382C74945DC00A047F6253486DD) smtp.auth=nils@nilsand.re X-OVh-ClientIp: 86.151.117.224 Date: Tue, 9 Nov 2021 22:58:50 +0000 From: Nils Andre To: Magnus Hagander Cc: pgsql-www@lists.postgresql.org Subject: Re: [PATCH] Fix inaccuracies in documentation Message-ID: <20211109225850.jfqtqnyvcwhym4hh@nixos> References: <20211107171356.blv3eam3kacvf7mn@nixos> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="kenpzl24n5g57mod" Content-Disposition: inline In-Reply-To: X-Ovh-Tracer-Id: 18242674718242012463 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvuddrudehgddtudcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpeffhffvuffkfhggtggujgesmhdtreertddtvdenucfhrhhomheppfhilhhsucetnhgurhgvuceonhhilhhssehnihhlshgrnhgurdhrvgeqnecuggftrfgrthhtvghrnhepuddvteefgfetiedtvdfhjeffvdffjeejjeeujeefudfhleekuedtfeejudfhiefhnecuffhomhgrihhnpehsqhhlrdhtohenucfkpheptddrtddrtddrtddpkeeirdduhedurdduudejrddvvdegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmohguvgepshhmthhpohhuthdphhgvlhhopehplhgrhigvrhduieekrdhhrgdrohhvhhdrnhgvthdpihhnvghtpedtrddtrddtrddtpdhmrghilhhfrhhomhepnhhilhhssehnihhlshgrnhgurdhrvgdprhgtphhtthhopehpghhsqhhlqdiffiifsehlihhsthhsrdhpohhsthhgrhgvshhqlhdrohhrgh List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --kenpzl24n5g57mod Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Patch attached. Thanks, Nils On Mon, Nov 08, 2021 at 10:32:54AM +0100, Magnus Hagander wrote: > Hi! > > Can I ask you to re-send this as an attachment, so the MUAs don't eat the > formatting? > > Thanks! > > //Magnus > > > On Sun, Nov 7, 2021 at 6:14 PM Nils wrote: > > > --- > > docs/batch.rst | 10 +++++----- > > docs/dev_install.rst | 9 ++++----- > > 2 files changed, 9 insertions(+), 10 deletions(-) > > > > diff --git a/docs/batch.rst b/docs/batch.rst > > index 990f518d..c309d1fe 100644 > > --- a/docs/batch.rst > > +++ b/docs/batch.rst > > @@ -12,11 +12,11 @@ All batch jobs are located in the directory tools/. > > > > docs/docload.py > > --------------- > > -This script will load a new set of documentation. Simply specify the > > -version to load and point out the tarball to load from. The script > > -will automatically decompress the tarball as necessary, and also > > -perform HTML tidying of the documentation (since the HTML generated by > > -the PostgreSQL build system isn't particularly standards-conforming or > > +This script will load a new set of documentation. Simply specify the > > version to > > +load and the path to the tarball of the PostgreSQL source code to load > > from. > > +The script will automatically decompress the tarball as necessary, and > > also > > +perform HTML tidying of the documentation (since the HTML generated by the > > +PostgreSQL build system isn't particularly standards-conforming or > > nice-looking). > > > > ftp/spider_ftp.py > > diff --git a/docs/dev_install.rst b/docs/dev_install.rst > > index b110efbb..9647e991 100644 > > --- a/docs/dev_install.rst > > +++ b/docs/dev_install.rst > > @@ -34,9 +34,8 @@ with. Here's a quick step-by-step on how to do that: > > There are some parts of the site that require further settings, but > > this should be enough to get the basics up and running. > > > > -#. In the pgweb directory run the following command to create all > > - tables and indexes, as well as create a superuser for your local > > - installation:: > > +#. Run the following command to create all tables and indexes, as well as > > + create a superuser for your local installation:: > > > > ./manage.py migrate > > > > @@ -51,11 +50,11 @@ with. Here's a quick step-by-step on how to do that: > > psql -d pgweb -f sql/varnish_local.sql > > > > #. To load some initial data for some tables (far from all at this > > - point), in the pgweb directory, run the following command:: > > + point), run the following command:: > > > > pgweb/load_initial_data.sh > > > > -#. You'll want to creaet a superuser so you can access the `/admin/` > > +#. You'll want to create a superuser so you can access the `/admin/` > > interface:: > > > > ./manage.py createsuperuser > > -- > > 2.31.1 > > > > > > > > --kenpzl24n5g57mod Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="0001-Fix-innacuracies-in-documentation.patch"