From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> |
Cc: | Tom Lane <tgl(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org, Hackers List <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: pgsql/src/test/regress/expected (plpgsql.out inet.out foreign_key.out errors.out) |
Date: | 2000-10-23 14:26:50 |
Message-ID: | 200010231426.KAA00406@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
> > Modified Files:
> ...
> > Some small polishing of Mark Hollomon's cleanup of DROP command: might
> > as well allow DROP multiple INDEX, RULE, TYPE as well. Add missing
> > CommandCounterIncrement to DROP loop, which could cause trouble otherwise
> > with multiple DROP of items affecting same catalog entries. Try to
> > bring a little consistency to various error messages using 'does not exist',
> > 'nonexistent', etc --- I standardized on 'does not exist' since that's
> > what the vast majority of the existing uses seem to be.
>
> Good idea(s). Thanks for cleaning up the error messages...
Speaking of error messages, one idea for 7.2 might be to prepended
numbers to the error messages. That way, people could look up a more
detailed description of the error and possible causes. Now, none of us
have the time to do that, but the new companies may, and they will need
those numbers to help with technical support anyway.
--
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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-10-23 14:32:04 | Re: pgsql/src/test/regress/expected (plpgsql.out inet.out foreign_key.out errors.out) |
Previous Message | Thomas Lockhart | 2000-10-23 06:53:42 | Re: pgsql/src/test/regress/expected (plpgsql.out inet.out foreign_key.out errors.out) |
From | Date | Subject | |
---|---|---|---|
Next Message | Zeugswetter Andreas SB | 2000-10-23 14:30:36 | AW: AW: AW: relation ### modified while in use |
Previous Message | Tom Lane | 2000-10-23 14:26:39 | Re: failed runcheck |