Re: Style of file error messages
От | Tom Lane |
---|---|
Тема | Re: Style of file error messages |
Дата | |
Msg-id | 5564.1180545685@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Style of file error messages (Peter Eisentraut <peter_e@gmx.net>) |
Ответы |
Re: Style of file error messages
|
Список | pgsql-hackers |
Peter Eisentraut <peter_e@gmx.net> writes: > Just to get an opinion, which is better: > could not open whatever file "%s": %m > or just: > could not open file "%s": %m > It seems to me that by the time you get to a file error message of this > level, the higher-level purpose of the file is pretty irrelevant. I like the more verbose variant myself, and would argue that indeed our message style guidelines mandate it: 45.3.9. Type of the object When citing the name of an object, state what kind of object it is. Rationale: Otherwise no one will know what "foo.bar.baz" refers to. A seasoned developer might only need the file name to guess what kind of file it is, but other people could probably use the help. regards, tom lane
В списке pgsql-hackers по дате отправления: