non existing table error message changed?

Started by Tatsuo Ishiialmost 27 years ago3 messages
#1Tatsuo Ishii
t-ishii@sra.co.jp

While running the regression test on current, I noticed some tests
faild due to a change of error message for dropping non existing
tables.

Relation foo Does Not Exist!

--->

Relation foo does not exist

I just want to know the reason for those changes.
--
Tatsuo Ishii

#2Bruce Momjian
maillist@candle.pha.pa.us
In reply to: Tatsuo Ishii (#1)
Re: [HACKERS] non existing table error message changed?

While running the regression test on current, I noticed some tests
faild due to a change of error message for dropping non existing
tables.

Relation foo Does Not Exist!

--->

Relation foo does not exist

I just want to know the reason for those changes.

Not sure, but the second is better. I have modified the regression
tests.

-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#3Thomas Lockhart
lockhart@alumni.caltech.edu
In reply to: Tatsuo Ishii (#1)
Re: [HACKERS] non existing table error message changed?

While running the regression test on current, I noticed some tests
faild due to a change of error message for dropping non existing
tables.
Relation foo Does Not Exist!
--->
Relation foo does not exist
I just want to know the reason for those changes.

To make the error messages consistant in style. I hope this is not
causing trouble for apps...

- Tom