Re: ECPG - Some errno definitions don't match to the manual

Поиск
Список
Период
Сортировка
От Satoshi Nagayasu
Тема Re: ECPG - Some errno definitions don't match to the manual
Дата
Msg-id 4C602E9D.40501@gmail.com
обсуждение исходный текст
Ответ на Re: ECPG - Some errno definitions don't match to the manual  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: ECPG - Some errno definitions don't match to the manual
Список pgsql-docs
On 2010/08/09 21:27, Robert Haas wrote:
>> I'm now investigating SQLCODE and SQLSTATE, and I have found
>> that some of the errno definitions don't match to the manual.

>> What does it mean? The manual is not up to date?
>
> Yeah, I think that's what it means.  Perhaps you could provide a patch
> for the docs?

Sure, I will make a patch for this. Please wait a moment.

> Another question is whether we oughn't to remove all mention of the
> specific values of these constants from the documentation.  That
> wouldn't prevent all problems in this area, because constants can
> still be added and removed, but ISTM that including the specific
> numerical values here is encouraging people to depend on those values
> when they probably shouldn't.

Hmm, it's a difficult point. From the application programmers' viewpoint, error codes and error numbers would be an
interfacebetween their application and PostgreSQL internals. So I think (and I hope) it should be in the programmer's
manual.On the other hand, from the PostgreSQL developer's viewpoint, it is hard to maintain all of documents up to
date.So removing them from the manual will make maintenance easier. 

I found that this difference was generated by the very very old change in the code repository. And I think it would
neverbe happen anymore, because nowadays PostgreSQL developers, especially code reviewers, always require "document
updates/patches"for any patches before applying. (as all you know :) 

I agree with that taking care about both code and documents is not so easy, but the current review/development process
seemsto be appropriate. 

Any comments or suggestions?

--
NAGAYASU Satoshi <satoshi.nagayasu@gmail.com>

В списке pgsql-docs по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgbench acronym tps
Следующее
От: Marko Kreen
Дата:
Сообщение: Re: Documentation improvement for PQgetResult