Re: Yikes! Bitten by line length? - Mailing list pgsql-novice

From Ken Corey
Subject Re: Yikes! Bitten by line length?
Date
Msg-id 3A6782BF.14D4C691@kencorey.com
Whole thread Raw
List pgsql-novice
Peter Eisentraut wrote:
>
> Tom Lane writes:
>
> > Perhaps we should reduce psql's fgets() buffers to 256 bytes or less to
> > avoid this problem?
>
> Sure.
>
> Or maybe fscanf("%s") works?
>
> --
> Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/

Ian Taylor pointed out that it was my terminal driver limiting things to
255 chars...not the OS.  In that context, I gotta think that fscanf()
would be affected as well.

-Ken

pgsql-novice by date:

Previous
From: Ian Lance Taylor
Date:
Subject: Re: Re: Yikes! Bitten by line length?
Next
From: "Oliver Elphick"
Date:
Subject: Re: Re: Interval output format