Re: Significance of numbers in server errors?

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Significance of numbers in server errors?
Дата
Msg-id AANLkTinJvmjFQMEZteBLYn522VD0_xUYkJexp1yCb2xt@mail.gmail.com
обсуждение исходный текст
Ответ на Significance of numbers in server errors?  (Sebastien Boisvert <sebastienboisvert@yahoo.com>)
Список pgsql-general
On 4 March 2011 23:15, Sebastien Boisvert <sebastienboisvert@yahoo.com> wrote:
>  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.

I think that the first is probably the tablespace:

postgres=# select oid,* from pg_tablespace;
-[ RECORD 1 ]-----------
oid         | 1663
spcname     | pg_default
spcowner    | 10
spclocation |
spcacl      |
spcoptions  |
-[ RECORD 2 ]-----------
oid         | 1664
spcname     | pg_global
spcowner    | 10
spclocation |
spcacl      |
spcoptions  |


--
Regards,
Peter Geoghegan

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

Предыдущее
От: Sebastien Boisvert
Дата:
Сообщение: Significance of numbers in server errors?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: database is bigger after dump/restore - why? (60 GB to 109 GB)