Re: xlogdump behaviour translating dropped relations

Поиск
Список
Период
Сортировка
От Diogo Biazus
Тема Re: xlogdump behaviour translating dropped relations
Дата
Msg-id eca519a10607261343n543f4184j63dc7e872ee9b08@mail.gmail.com
обсуждение исходный текст
Ответ на Re: xlogdump behaviour translating dropped relations  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: xlogdump behaviour translating dropped relations  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

On 7/26/06, Tom Lane <tgl@sss.pgh.pa.us> wrote:
"Diogo Biazus" <diogob@gmail.com> writes:
> I'm not sure about how the xlogdump should behave when translating oids of
> dropped relations.

I'm not sure it should be making any attempt to translate anything.
What makes you think the oids even refer to the current database?

I'm getting a new database connection based on the dbNode of the current xlog record. And I expect that the user informed a connection to the backend that originated the xlog files. Is this not going to work?

I know that we can have some problem with the db user (if he does not have access to all databases), but we can advise the user on the docs about it.


--
Diogo Biazus - diogob@gmail.com
Móvel Consultoria
http://www.movelinfo.com.br
http://www.postgresql.org.br

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

Предыдущее
От: Darcy Buskermolen
Дата:
Сообщение: Re: [PATCHES] [PATCH] Provide 8-byte transaction IDs to user level
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] extension for sql update