Re: Hot Standby status

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: Hot Standby status
Дата
Msg-id 58A1BA79-7760-47F9-9896-6E1855C61836@seespotcode.net
обсуждение исходный текст
Ответ на Hot Standby status  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: Hot Standby status
Re: Hot Standby status
Список pgsql-hackers
On Nov 10, 2009, at 13:36 , Heikki Linnakangas wrote:

> Attached is the latest and greatest patch against CVS head, taken from
> the hs-riggs branch in my git repository.

Awesome. Thank you, Simon and Heikki!

I skimmed through the documentation to get a better handle on what  
this will mean.

> +   <para>
> +    These actions produce error messages
> +
> +    <itemizedlist>
> +     <listitem>
> +      <para>
> +       DML - Insert, Update, Delete, COPY FROM, Truncate.
> +       Note that there are no actions that result in a trigger
> +       being executed during recovery.
> +      </para>
> +     </listitem>
> +     <listitem>
> +      <para>
> +       DDL - Create, Drop, Alter, Comment (even for temporary  
> tables because
> +       currently these cause writes to catalog tables)
> +      </para>
> +     </listitem>


Other commands are in all-caps. Any reason INSERT, UPDATE, DELETE,  
TRUNCATE, CREATE, DROP, ALTER, and COMMENT are not?

Cheers,

Michael Glaesemann
grzm seespotcode net





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

Предыдущее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: Hot Standby status
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [GENERAL] PostgreSQL 8.3.8 on AIX5.3 : compilation failed