Re: Postgres Database Error Codes and Error Messages
От | Richard Huxton |
---|---|
Тема | Re: Postgres Database Error Codes and Error Messages |
Дата | |
Msg-id | 200307220935.24340.dev@archonet.com обсуждение исходный текст |
Ответ на | Postgres Database Error Codes and Error Messages ("Abhishek Goyal" <abhishek.goyal@tatainfotech.com>) |
Ответы |
Re: Postgres Database Error Codes and Error Messages
|
Список | pgsql-general |
On Tuesday 22 July 2003 06:01, Abhishek Goyal wrote: > Hi, > > I am new to working on Postgres database and want to explore it fully. > Right now, I am interested in knowing all the predefined database error > codes with error messages for situations like "No Data Found" and "Too many > rows" during a query operation, "Duplicate key found" during an insert > operation, "Data Type Mismatch" during a conversion operation and many more > situations as identified and defined in an Oracle database. > > I could not find a similar list of predefined error codes anywhere in > Postgres documentation. I don't believe there is one at present, but grep the source for elog() calls to see all of them. Be aware that the error reporting is being overhauled for 7.4 so you might want to start your study with the CVS version - see the archives of the hackers list for discussion. -- Richard Huxton Archonet Ltd
В списке pgsql-general по дате отправления: