Significance of numbers in server errors?

Поиск
Список
Период
Сортировка
От Sebastien Boisvert
Тема Significance of numbers in server errors?
Дата
Msg-id 817915.66449.qm@web34301.mail.mud.yahoo.com
обсуждение исходный текст
Ответы Re: Significance of numbers in server errors?  (Peter Geoghegan <peter.geoghegan86@gmail.com>)
Список pgsql-general
I'm wondering if there's a description anywhere of the significance of number
reported in errors; for example I've recently run into this error:

ERROR:  could not read block 132 of relation 1663/16430/1249: read only 0 of
8192 bytes

From some documentation I've read

(http://etutorials.org/SQL/Postgresql/Part+I+General+PostgreSQL+Use/Chapter+4.+Performance/How+PostgreSQL+Organizes+Data/)
 I know the second is the database's directory, the last is the pg_attribute
table (in this example), but I haven't figured out what the first is.

Additionally, is that format usually consistent across errors? For example,
would the number in this error relate to the same values:

ERROR:  could not open relation 1663/16430/16868: No such file or directory



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

Предыдущее
От: Chris Browne
Дата:
Сообщение: Re: updating all records of a table
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Significance of numbers in server errors?