Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id D7A281337B54; Sat, 2 Apr 2011 04:31:30 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 74017-01; Sat, 2 Apr 2011 07:31:11 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from outmail149084.authsmtp.net (outmail149084.authsmtp.net [62.13.149.84]) by mail.postgresql.org (Postfix) with ESMTP id 59C491337B3E; Sat, 2 Apr 2011 04:31:11 -0300 (ADT) Received: from mail-c194.authsmtp.com (mail-c194.authsmtp.com [62.13.128.121]) by punt8.authsmtp.com (8.14.2/8.14.2/Kp) with ESMTP id p327V8sP065300; Sat, 2 Apr 2011 08:31:08 +0100 (BST) Received: from [192.168.23.4] (212.100.42.202.fixip.bitel.net [212.100.42.202]) (authenticated bits=0) by mail.authsmtp.com (8.14.2/8.14.2) with ESMTP id p327V69A017488; Sat, 2 Apr 2011 08:31:06 +0100 (BST) Message-ID: <4D96D0BA.6040101@2ndQuadrant.com> Date: Sat, 02 Apr 2011 09:31:06 +0200 From: Susanne Ebrecht User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 MIME-Version: 1.0 To: Robert Haas CC: pgsql-docs@postgresql.org, pgsql-hackers@postgresql.org Subject: Re: found a very confusing and maybe outdated sentence References: <4D922DDC.2070900@2ndQuadrant.com> In-Reply-To: Content-Type: multipart/mixed; boundary="------------050800030001090601000202" X-Server-Quench: 2c483866-5cfb-11e0-80b9-0022640b883e X-AuthReport-Spam: If SPAM / abuse - report it at: http://www.authsmtp.com/abuse X-AuthRoute: OCdxZQATClZOUR8T DCUJJHVGRTw4LxFW CBkfawBdJUwMSABN M15eIxoIcUtEHxZw QyQUWVRVUU1xUWl2 agBRaktfY0hQXgVq TkxLXFBSFhpqBAMB SF4dUB4UcQw3eH93 YU5qEHlbXUE0dxV5 Sk1cE2sbYDQ2On0e URVYagtUIgpXfh9H aFZ7VCEFaWZSKBg1 TUcAExcaBgAXJiNI RA1FJBoMTFwaVjU7 QR4fBjQpEgUMQSl7 KhU3IFNUG1sNPkwu PFdpQl8eLxIUAQA2 X-Authentic-SMTP: 61633235383639.1015:706 X-AuthFastPath: 0 (Was 255) X-AuthVirus-Status: No virus detected - but ensure you scan with your own anti-virus system. X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.9 tagged_above=-5 required=5 tests=BAYES_00=-1.9 X-Spam-Level: X-Archive-Number: 201104/4 X-Sequence-Number: 6575 This is a multi-part message in MIME format. --------------050800030001090601000202 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 31.03.2011 18:13, Robert Haas wrote: > On Tue, Mar 29, 2011 at 3:07 PM, Susanne Ebrecht > wrote: >> Hello, >> >> It is in start.sgml. You can see it here: >> >> http://www.postgresql.org/docs/9.0/static/tutorial-accessdb.html >> >> The last two sentences on the page: >> >> " If PostgreSQL is installed correctly you can also >> type man psql at the operating system shell prompt >> to see the documentation. In this tutorial we will not >> use these features explicitly, but you can use them >> yourself when it is helpful." >> >> Isn't that totally outdated? >> >> Is "man" really working on Windows? >> >> Also the sentence says that the whole product isn't correct >> installed just because docs aren't installed. Which also isn't >> really true. >> >> Honesty, I just would like to drop the whole sentences. >> >> What do you think? > +1 for deleting the entire sentence. > Here is the patch for removing the whole sentence. Susanne -- Susanne Ebrecht - 2ndQuadrant PostgreSQL Development, 24x7 Support, Training and Services www.2ndQuadrant.com --------------050800030001090601000202 Content-Type: text/x-patch; name="doc_tutorial_remove_sentence_about_man_page.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="doc_tutorial_remove_sentence_about_man_page.patch" diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index 4275bf8..0bfc25e 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -403,11 +403,7 @@ mydb=# command shell. (For more internal commands, type \? at the psql prompt.) The full capabilities of psql are documented in - . If PostgreSQL is - installed correctly you can also type man psql - at the operating system shell prompt to see the documentation. In - this tutorial we will not use these features explicitly, but you - can use them yourself when it is helpful. + . --------------050800030001090601000202--