Bug#36300: Postgresql User Guide Wrong (fwd)

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: docs(at)postgresql(dot)org
Subject: Bug#36300: Postgresql User Guide Wrong (fwd)
Date: 1999-04-27 21:03:41
Message-ID: 199904272103.WAA15308@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

This is a multipart MIME message.

---==_Exmh_9991325160
Content-Type: text/plain; charset=us-ascii

This is a Debian bug report relating to PostgreSQL documentation.

The files affected (in doc/src/sgml) are environ.sgml, runtime.sgml and
start.sgml.

A patch is attached.

-------- Forwarded Message

Date: Mon, 19 Apr 1999 01:57:08 -0400
From: Stephen Carpenter <sjc(at)delphi(dot)com>
To: submit(at)bugs(dot)debian(dot)org
Subject: Bug#36300: Postgresql User Guide Wrong

Package: postgresql
Version: 6.4.2-5
Priority: wishlist

I just printed out the entire 200 or so page user guide and on page 7
I noticed a mistake. It says in Chapter 2 "Setting up your environment"

"If you wish to use a variant of the Bourne shell, such as sh, ksh, or bash,
then you would add

PATH=/usr/local/pgsql/bin PATH
export PATH

I tried this with bash and ksh...it works in neither of them giving an
error...the proper invocation is:

PATH=/usr/local/pgsql/bin:$PATH
export PATH

It would be nice if this was right...even though on Debian Systems it
doesn't apply...should be able to just forward this one upstream

- - -Steve
- - --
/* -- Stephen Carpenter <sjc(at)delphi(dot)com> --- <sjc(at)debian(dot)org>------------ */
"If you shake it more than 3 times you are playing with it."
-- Mike Laramie

Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP key from public servers; key ID 32B8FAA1
========================================
"Draw nigh to God, and he will draw nigh to you.
Cleanse your hands, ye sinners; and purify your
hearts, ye double minded." James 4:8

-------- End of Forwarded Message

---==_Exmh_9991325160
Content-Type: text/plain ; name="ol"; charset=us-ascii
Content-Description: ol
Content-Disposition: attachment; filename="ol"

diff -cr sgml.orig/environ.sgml sgml/environ.sgml
*** sgml.orig/environ.sgml Tue Apr 27 12:12:19 1999
- --- sgml/environ.sgml Tue Apr 27 12:09:42 1999
***************
*** 32,38 ****
a variant of the Bourne shell, such as <Application>
sh</Application>, <Application>ksh</Application>, or
<Application>bash</Application>, then you would add
<ProgramListing>
! PATH=/usr/local/pgsql/bin PATH
export PATH
</ProgramListing>
to the <FileName>.profile</FileName> file in your home directory.
---- 32,38 ----
a variant of the Bourne shell, such as <Application>
sh</Application>, <Application>ksh</Application>, or
<Application>bash</Application>, then you would add
<ProgramListing>
! PATH=/usr/local/pgsql/bin:PATH
export PATH
</ProgramListing>
to the <FileName>.profile</FileName> file in your home directory.
diff -cr sgml.orig/runtime.sgml sgml/runtime.sgml
*** sgml.orig/runtime.sgml Tue Apr 27 12:11:37 1999
---- sgml/runtime.sgml Tue Apr 27 12:08:41 1999
***************
*** 62,68 ****
a variant of the Bourne shell, such as sh, ksh, or
bash, then you would add
<ProgramListing>
! PATH=/usr/local/pgsql/bin PATH
export PATH
</ProgramListing>
to the .profile file in your home directory.
---- 62,68 ----
a variant of the Bourne shell, such as sh, ksh, or
bash, then you would add
<ProgramListing>
! PATH=/usr/local/pgsql/bin:PATH
export PATH
</ProgramListing>
to the .profile file in your home directory.
diff -cr sgml.orig/start.sgml sgml/start.sgml
*** sgml.orig/start.sgml Tue Apr 27 12:11:59 1999
- --- sgml/start.sgml Tue Apr 27 12:09:23 1999
***************
*** 67,74 ****
a variant of the Bourne shell, such as sh, ksh, or
bash, then you would add
<ProgramListing>
! % PATH=/usr/local/pgsql/bin PATH
! % export PATH
</ProgramListing>
to the .profile file in your home directory.
From now on, we will assume that you have added the
---- 67,74 ----
a variant of the Bourne shell, such as sh, ksh, or
bash, then you would add
<ProgramListing>
! $ PATH=/usr/local/pgsql/bin:PATH
! $ export PATH
</ProgramListing>
to the .profile file in your home directory.
From now on, we will assume that you have added the

---==_Exmh_9991325160--

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP key from public servers; key ID 32B8FAA1
========================================
"Draw nigh to God, and he will draw nigh to you.
Cleanse your hands, ye sinners; and purify your
hearts, ye double minded." James 4:8

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message J.V. 1999-04-27 21:39:02 Looking for an old LabVIEW SQL toolkit licence...
Previous Message Thomas Lockhart 1999-04-26 15:09:24 Re: [DOCS] Logo issue ...