BUG #12259: Bug in restore Serial definition

Поиск
Список
Период
Сортировка
От fcs1@poczta.onet.pl
Тема BUG #12259: Bug in restore Serial definition
Дата
Msg-id 20141217125117.1322.75705@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #12259: Bug in restore Serial definition
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      12259
Logged by:          Michal
Email address:      fcs1@poczta.onet.pl
PostgreSQL version: 9.1.14
Operating system:   Windows 7 x64 Ultimate
Description:

Hello,

I have two schemas: public and blob01.
In blob01 schema I have only one table "blob" with primary index ID defined
as
nextval('blob01.osr_blob_id_seq'::regclass)

After restoring by PG_restore the definition is changed to
nextval('osr_blob_id_seq'::regclass), the schema definition is dropped.
Due to this the sequence is not accessible because it is in blob01 schema,
not in public schema.

How to restore blob01 saving schema for definition the ID field ?

Regards
Michal

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

Предыдущее
От: chrisgoldstar@wp.pl
Дата:
Сообщение: BUG #12257: Cause for: Exception 0xC0000005
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #12260: trust entry in pg_hba not working as documented