Re: Yikes! Bitten by line length?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <ken(at)kencorey(dot)com>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Yikes! Bitten by line length?
Date: 2001-01-18 23:50:57
Message-ID: Pine.LNX.4.30.0101190050130.3124-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Ken Corey 2001-01-18 23:56:47 Re: Yikes! Bitten by line length?
Previous Message Ian Lance Taylor 2001-01-18 23:15:02 Re: Re: Yikes! Bitten by line length?