Logical decoding document

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Logical decoding document
Date: 2015-02-12 13:55:33
Message-ID: 20150212.225533.1932382501704393501.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-02-12 13:56:27 Re: Standby receiving part of missing WAL segment
Previous Message Robert Haas 2015-02-12 13:52:56 Re: Manipulating complex types as non-contiguous structures in-memory