Bug#36300: Postgresql User Guide Wrong (fwd)

Started by Oliver Elphickabout 27 years ago4 messagesdocs
Jump to latest
#1Oliver Elphick
olly@lfix.co.uk

[Message body could not be decoded - encoding: 7bit, error: This message cannot be decoded as _entire_ message, try calling #decoded on the various fields and body or parts if it is a multipart message.]

#2Thomas Lockhart
lockhart@alumni.caltech.edu
In reply to: Oliver Elphick (#1)
Re: Bug#36300: Postgresql User Guide Wrong (fwd)

Oliver Elphick wrote:

(nada)

Didn't get any content to the doc problem report. Can you resend?

- Tom

--
Thomas Lockhart lockhart@alumni.caltech.edu
South Pasadena, California

#3Bruce Momjian
bruce@momjian.us
In reply to: Oliver Elphick (#1)
Re: [DOCS] Bug#36300: Postgresql User Guide Wrong (fwd)

The multipart mime was corrupt. Here it is:

---------------------------------------------------------------------------

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

-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#4Thomas Lockhart
lockhart@alumni.caltech.edu
In reply to: Bruce Momjian (#3)
Re: [DOCS] Bug#36300: Postgresql User Guide Wrong (fwd)

I just printed out the entire 200 or so page user guide and on page 7
I noticed a mistake.

Got it, and will fix it. Thanks.

- Tom

--
Thomas Lockhart lockhart@alumni.caltech.edu
South Pasadena, California