Re: [HACKERS] Logical decoding document

2015-02-12 Thread Tatsuo Ishii
>> 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 de

Re: [HACKERS] Logical decoding document

2015-02-12 Thread Andres Freund
Hi, On 2015-02-12 22:55:33 +0900, Tatsuo Ishii wrote: > 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 can

[HACKERS] Logical decoding document

2015-02-12 Thread Tatsuo Ishii
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 ta