Обсуждение: non existing table error message changed?

Поиск
Список
Период
Сортировка

non existing table error message changed?

От
Tatsuo Ishii
Дата:
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


Re: [HACKERS] non existing table error message changed?

От
Bruce Momjian
Дата:
> 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,
Pennsylvania19026
 


Re: [HACKERS] non existing table error message changed?

От
Thomas Lockhart
Дата:
> 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