[BUGS] Documentation bug

2000-09-27 Thread pgsql-bugs

Marius Kintel ([EMAIL PROTECTED]) reports a bug with a severity of 4
The lower the number the more severe it is.

Short Description
Documentation bug

Long Description
in file "user/app-psql.htm"

\copy table [ with oids ] { from | to } filename | stdin | stdout [ with delimiters
'characters' ] [ with null as 'string' ]

This should read "using delimiters" not "with delimiters"


Sample Code


No file was uploaded with this report




Re: [BUGS] Documentation bug

2000-09-27 Thread Bruce Momjian

Thanks.  Fixed.

> Marius Kintel ([EMAIL PROTECTED]) reports a bug with a severity of 4
> The lower the number the more severe it is.
> 
> Short Description
> Documentation bug
> 
> Long Description
> in file "user/app-psql.htm"
> 
> \copy table [ with oids ] { from | to } filename | stdin | stdout [ with delimiters
> 'characters' ] [ with null as 'string' ]
> 
> This should read "using delimiters" not "with delimiters"
> 
> 
> Sample Code
> 
> 
> No file was uploaded with this report
> 
> 


-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 853-3000
  +  If your life is a hard drive, |  830 Blythe Avenue
  +  Christ can be your backup.|  Drexel Hill, Pennsylvania 19026



[BUGS] psql wraps lines at 256 characters

2000-09-27 Thread pgsql-bugs

Dave E Martin ([EMAIL PROTECTED]) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
psql wraps lines at 256 characters

Long Description
the v7.0 psql wraps output lines at 256 characters.  The 6.5 version did not. I 
sometimes create huge xterms so I can get the output of a select all on one line per 
row,and keep the display nicely formatted, but now I just get a big void of emptyness 
on the right 3rd of my xterm, because psql is wrapping the output anyway.


Sample Code
make a big xterm, select * from some table with long rows.

No file was uploaded with this report