Re: [GENERAL] To Postgres Devs : Wouldn't changing the select limit

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: lockhart(at)fourpalms(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net>, Jochem van Dieten <jochemd(at)oli(dot)tudelft(dot)nl>, Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [GENERAL] To Postgres Devs : Wouldn't changing the select limit
Date: 2001-10-22 20:54:03
Message-ID: 200110222054.f9MKs3924050@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

> Thomas Lockhart <lockhart(at)fourpalms(dot)org> writes:
> > I'm with Peter on this one. I'd like to *not* clutter up the code and
> > error reporting with hints and suggestions which may or may not be to
> > the point.
> > We *should* have docs which list error messages and possible solutions,
> > and throwing that info into code is a poor second choice imho.
>
> While you have a point in the abstract, a big difficulty is that the
> docs never track the code with any accuracy. Look at the "Outputs"
> portions of our existing reference pages. To the extent that they
> describe possible errors at all, the information is a sad joke: out of
> date in most cases, certainly incomplete in every case. Just last week
> I was thinking that we should rip all that stuff out, rather than
> pretend it is or ever will be accurate.

I recommend tips when they are one line in length, have a high
probability of being accurate, and are common mistakes. Anything longer
and we should point to a specific section in the docs.

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Herb Blacker 2001-10-22 20:54:14 Corrupted end of Record
Previous Message Keary Suska 2001-10-22 20:53:37 Referential Integrity Violation not triggered

Browse pgsql-hackers by date

  From Date Subject
Next Message san 2001-10-22 21:25:44 PL/pgSQL triggers ON INSERT OR UPDATE
Previous Message Tom Lane 2001-10-22 20:07:44 Re: [GENERAL] To Postgres Devs : Wouldn't changing the select limit