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




--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to