Re: Logical Decoding - Execute join query

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Logical Decoding - Execute join query
Дата
Msg-id 20160401094544.GH9074@awork2.anarazel.de
обсуждение исходный текст
Ответ на Logical Decoding - Execute join query  ("hari.prasath" <hari.prasath@zohocorp.com>)
Ответы Re: Logical Decoding - Execute join query  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-hackers
Hi,

On 2016-04-01 15:09:59 +0530, hari.prasath wrote:
>       I tried to execute a join query using SPI_execute() in logical
>       decoding part and got inconsistent values (i am referring it as
>       inconsistent since it is returning the old values which is
>       present at the postgresql server start).

You are not allowed to access non catalog tables in an output plugin. To quote the manual:
> Read only access to relations is permitted as long as only relations are
> accessed that either have been created by <command>initdb</command> in
> the <literal>pg_catalog</literal> schema, or have been marked as user
> provided catalog tables using


The reason for that is that we'd have to keep all rows in the tables, if
you wanted to be look at the state "in the past".

Greetings,

Andres Freund



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

Предыдущее
От: Aleksander Alekseev
Дата:
Сообщение: Re: WIP: Access method extendability
Следующее
От: Ian Barwick
Дата:
Сообщение: Re: Correction for replication slot creation error message in 9.6