<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Waiting for 8.5 &#8211; TRIGGERS on columns</title>
	<atom:link href="http://www.depesz.com/index.php/2009/11/18/waiting-for-8-5-triggers-on-columns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.depesz.com/index.php/2009/11/18/waiting-for-8-5-triggers-on-columns/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 05:34:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WP Themes</title>
		<link>http://www.depesz.com/index.php/2009/11/18/waiting-for-8-5-triggers-on-columns/comment-page-1/#comment-29329</link>
		<dc:creator>WP Themes</dc:creator>
		<pubDate>Mon, 01 Feb 2010 09:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1548#comment-29329</guid>
		<description>Good fill someone in on and this post helped me alot in my college assignement. Thank you as your information.</description>
		<content:encoded><![CDATA[<p>Good fill someone in on and this post helped me alot in my college assignement. Thank you as your information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Filip</title>
		<link>http://www.depesz.com/index.php/2009/11/18/waiting-for-8-5-triggers-on-columns/comment-page-1/#comment-28554</link>
		<dc:creator>Filip</dc:creator>
		<pubDate>Wed, 18 Nov 2009 12:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1548#comment-28554</guid>
		<description>@Caleb: according to PostgreSQL 8.5devel Docs, no. it won&#039;t fire if you don&#039;t name the column.

in particular, this means that a trigger defined as
CREATE TRIGGER trigger1 
BEFORE UPDATE OF column1 ON table1 
FOR EACH ROW EXECUTE PROCEDURE trigger1();

will *not* fire when column1 is updated by another trigger.

for me it&#039;s a bit weird but probably it&#039;s standards-compliant, if pg-gods decided this way.</description>
		<content:encoded><![CDATA[<p>@Caleb: according to PostgreSQL 8.5devel Docs, no. it won&#8217;t fire if you don&#8217;t name the column.</p>
<p>in particular, this means that a trigger defined as<br />
CREATE TRIGGER trigger1<br />
BEFORE UPDATE OF column1 ON table1<br />
FOR EACH ROW EXECUTE PROCEDURE trigger1();</p>
<p>will *not* fire when column1 is updated by another trigger.</p>
<p>for me it&#8217;s a bit weird but probably it&#8217;s standards-compliant, if pg-gods decided this way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caleb Cushing ( xenoterracide )</title>
		<link>http://www.depesz.com/index.php/2009/11/18/waiting-for-8-5-triggers-on-columns/comment-page-1/#comment-28549</link>
		<dc:creator>Caleb Cushing ( xenoterracide )</dc:creator>
		<pubDate>Wed, 18 Nov 2009 06:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1548#comment-28549</guid>
		<description>so maybe I&#039;ve read this too fast and it was answered... (I think your code probably answers but...)

Support SQL-compliant triggers on columns, ie fire only if certain columns
are named in the UPDATE&#039;s SET list.

so it won&#039;t fire if I don&#039;t name the column? or just generally do an insert on that column even if I name it?</description>
		<content:encoded><![CDATA[<p>so maybe I&#8217;ve read this too fast and it was answered&#8230; (I think your code probably answers but&#8230;)</p>
<p>Support SQL-compliant triggers on columns, ie fire only if certain columns<br />
are named in the UPDATE&#8217;s SET list.</p>
<p>so it won&#8217;t fire if I don&#8217;t name the column? or just generally do an insert on that column even if I name it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
