Re: Logical decoding document - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Logical decoding document
Date
Msg-id 20150212.233655.1544844004754400682.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: Logical decoding document  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
>> Hi, I need help.
>> 
>> In "46.6.4.5 Change Callback"
>> 
>>    Note: Only changes in user defined tables that are not unlogged
>>    (see UNLOGGED) and not temporary (see TEMPORARY or TEMP) can be
>>    extracted using logical decoding.
>> 
>> I cannot parse the sentence above. Maybe logical decoding does not
>> decode a table if it is an unloged table or a temporary table?
> 
> It basically is saying that you won't see changes made to temporary
> and/or unlogged tables. But the begin/commit callbacks being called for
> the relevant transaction.

Oh, thanks.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp



pgsql-hackers by date:

Previous
From: Marco Nenciarini
Date:
Subject: Re: pg_check_dir comments and implementation mismatch
Next
From: Tom Lane
Date:
Subject: Re: Manipulating complex types as non-contiguous structures in-memory