<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for select * from depesz;</title>
	
	<link>http://www.depesz.com</link>
	<description />
	<lastBuildDate>Wed, 23 May 2012 15:26:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/depesz-comments" /><feedburner:info uri="depesz-comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on What is the point of social sites? / Do czego służą serwisy społecznościowe? by Anonymous</title>
		<link>http://www.depesz.com/2012/01/13/what-is-the-point-of-social-sites-do-czego-sluza-serwisy-spolecznosciowe/comment-page-1/#comment-35529</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 23 May 2012 15:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=2358#comment-35529</guid>
		<description>Hey, I'm that alien too.</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;m that alien too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding postgresql.conf : log* by Oscar Jacuinde</title>
		<link>http://www.depesz.com/2011/05/06/understanding-postgresql-conf-log/comment-page-1/#comment-35526</link>
		<dc:creator>Oscar Jacuinde</dc:creator>
		<pubDate>Sun, 20 May 2012 21:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=2162#comment-35526</guid>
		<description>Good article!, I needed to learn how to log bad querys in a server that we are developing some jsp apps, now i can see what errors we have in our query :D, were n00bs btw too :P</description>
		<content:encoded><![CDATA[<p>Good article!, I needed to learn how to log bad querys in a server that we are developing some jsp apps, now i can see what errors we have in our query <img src='http://www.depesz.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> , were n00bs btw too <img src='http://www.depesz.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting session variables without touching postgresql.conf by depesz</title>
		<link>http://www.depesz.com/2009/08/20/getting-session-variables-without-touching-postgresql-conf/comment-page-1/#comment-35525</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Sun, 20 May 2012 18:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1480#comment-35525</guid>
		<description>@Taai:
no, i was wrong. i use 9.2 on daily basis, and in 9.2 custom_variable_classes is gone.

in pre 9.1 you can use the trick like i described in this post.

and going back to your original question - yes, backend start is ok. and you don't need "limit 1" in your query, but the query should be:
select backend_start from pg_stat_activity where procpid = pg_backend_pid();</description>
		<content:encoded><![CDATA[<p>@Taai:<br />
no, i was wrong. i use 9.2 on daily basis, and in 9.2 custom_variable_classes is gone.</p>
<p>in pre 9.1 you can use the trick like i described in this post.</p>
<p>and going back to your original question &#8211; yes, backend start is ok. and you don&#8217;t need &#8220;limit 1&#8243; in your query, but the query should be:<br />
select backend_start from pg_stat_activity where procpid = pg_backend_pid();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting session variables without touching postgresql.conf by Taai</title>
		<link>http://www.depesz.com/2009/08/20/getting-session-variables-without-touching-postgresql-conf/comment-page-1/#comment-35524</link>
		<dc:creator>Taai</dc:creator>
		<pubDate>Sun, 20 May 2012 17:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1480#comment-35524</guid>
		<description>Looks like I misunderstood the "without modifying postgresql.conf". So, modifying the "postgresql.conf"  is the only way?</description>
		<content:encoded><![CDATA[<p>Looks like I misunderstood the &#8220;without modifying postgresql.conf&#8221;. So, modifying the &#8220;postgresql.conf&#8221;  is the only way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to manage changes to your database? by Joel Jacobson</title>
		<link>http://www.depesz.com/2010/08/22/versioning/comment-page-1/#comment-35523</link>
		<dc:creator>Joel Jacobson</dc:creator>
		<pubDate>Sun, 20 May 2012 12:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1814#comment-35523</guid>
		<description>You might want to check out a patch I submitted to pghackers, which add a --split option to pg_dump. Each table, sequence, view, function, etc, are dumped in separate files, optimal for version controlling. It's then super-easy to diff two different schemas, simply use git to compare two schemas, and you will easily see in the summary which files are affected.

I've found the summary extremely important, you don't want to be bothered with the actual diff in the first stage. First you want to see what objects changed, many of them can probably be ignored in case you are comparing a development database with production, as people tend to add crazy stuff to development databases, safe to ignore.

You can find the patch here:

http://archives.postgresql.org/pgsql-hackers/2010-12/msg02285.php</description>
		<content:encoded><![CDATA[<p>You might want to check out a patch I submitted to pghackers, which add a &#8211;split option to pg_dump. Each table, sequence, view, function, etc, are dumped in separate files, optimal for version controlling. It&#8217;s then super-easy to diff two different schemas, simply use git to compare two schemas, and you will easily see in the summary which files are affected.</p>
<p>I&#8217;ve found the summary extremely important, you don&#8217;t want to be bothered with the actual diff in the first stage. First you want to see what objects changed, many of them can probably be ignored in case you are comparing a development database with production, as people tend to add crazy stuff to development databases, safe to ignore.</p>
<p>You can find the patch here:</p>
<p><a href="http://archives.postgresql.org/pgsql-hackers/2010-12/msg02285.php" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/archives.postgresql.org/pgsql-hackers/2010-12/msg02285.php?referer=');">http://archives.postgresql.org/pgsql-hackers/2010-12/msg02285.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting session variables without touching postgresql.conf by depesz</title>
		<link>http://www.depesz.com/2009/08/20/getting-session-variables-without-touching-postgresql-conf/comment-page-1/#comment-35522</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Sat, 19 May 2012 16:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1480#comment-35522</guid>
		<description>@Taai:
just add "sess" to custom_variable_classes variable in postgresql.conf.

afterwards pg_ctl reload should make the class work.</description>
		<content:encoded><![CDATA[<p>@Taai:<br />
just add &#8220;sess&#8221; to custom_variable_classes variable in postgresql.conf.</p>
<p>afterwards pg_ctl reload should make the class work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting session variables without touching postgresql.conf by Taai</title>
		<link>http://www.depesz.com/2009/08/20/getting-session-variables-without-touching-postgresql-conf/comment-page-1/#comment-35521</link>
		<dc:creator>Taai</dc:creator>
		<pubDate>Sat, 19 May 2012 16:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1480#comment-35521</guid>
		<description>Can you, please, show me an example? I'm new at PostgreSQL and I don't understand what is "class" and can't find how to create a "class".

I'm using version 9.1. For example, this:
SELECT set_config('sess.uid', '123', FALSE);
gives me an error:
[Err] ERROR:  unrecognized configuration parameter "sess.uid"</description>
		<content:encoded><![CDATA[<p>Can you, please, show me an example? I&#8217;m new at PostgreSQL and I don&#8217;t understand what is &#8220;class&#8221; and can&#8217;t find how to create a &#8220;class&#8221;.</p>
<p>I&#8217;m using version 9.1. For example, this:<br />
SELECT set_config(&#8216;sess.uid&#8217;, &#8217;123&#8242;, FALSE);<br />
gives me an error:<br />
[Err] ERROR:  unrecognized configuration parameter &#8220;sess.uid&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting session variables without touching postgresql.conf by depesz</title>
		<link>http://www.depesz.com/2009/08/20/getting-session-variables-without-touching-postgresql-conf/comment-page-1/#comment-35520</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Sat, 19 May 2012 15:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1480#comment-35520</guid>
		<description>@Taai:
please note that in recent pg (the article you commented on is nearly 3 years old) you can use any "class" for uguc, without defining it with "custom_variable_classes".

so just use normal select set_config() and select current_setting() functions.</description>
		<content:encoded><![CDATA[<p>@Taai:<br />
please note that in recent pg (the article you commented on is nearly 3 years old) you can use any &#8220;class&#8221; for uguc, without defining it with &#8220;custom_variable_classes&#8221;.</p>
<p>so just use normal select set_config() and select current_setting() functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting session variables without touching postgresql.conf by Taai</title>
		<link>http://www.depesz.com/2009/08/20/getting-session-variables-without-touching-postgresql-conf/comment-page-1/#comment-35519</link>
		<dc:creator>Taai</dc:creator>
		<pubDate>Sat, 19 May 2012 12:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1480#comment-35519</guid>
		<description>I really want to store a "session" data / a global variable during the connection and this article is the best I found. Can you, please, consider my suggestion and tell me if it may work?

I suggest to use the timestamp of session when it started.

SELECT backend_start FROM pg_stat_activity WHERE pg_stat_activity.procpid = procpid LIMIT 1

It could be used instead of "expires_on" column and I think this should solve pid wraparound problem. Can you test this on some connection pooler?</description>
		<content:encoded><![CDATA[<p>I really want to store a &#8220;session&#8221; data / a global variable during the connection and this article is the best I found. Can you, please, consider my suggestion and tell me if it may work?</p>
<p>I suggest to use the timestamp of session when it started.</p>
<p>SELECT backend_start FROM pg_stat_activity WHERE pg_stat_activity.procpid = procpid LIMIT 1</p>
<p>It could be used instead of &#8220;expires_on&#8221; column and I think this should solve pid wraparound problem. Can you test this on some connection pooler?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Waiting for 9.1 – adding values to enums by Gyorgy Abraham</title>
		<link>http://www.depesz.com/2010/10/27/waiting-for-9-1-adding-values-to-enums/comment-page-1/#comment-35518</link>
		<dc:creator>Gyorgy Abraham</dc:creator>
		<pubDate>Thu, 17 May 2012 15:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1890#comment-35518</guid>
		<description>Also:

"ALTER TYPE ... ADD VALUE (the form that adds a new value to an enum type) cannot be executed inside a transaction block."

We got serious work while being on 9.0 with enums, 9.1 won't really help us because of this limitation.</description>
		<content:encoded><![CDATA[<p>Also:</p>
<p>&#8220;ALTER TYPE &#8230; ADD VALUE (the form that adds a new value to an enum type) cannot be executed inside a transaction block.&#8221;</p>
<p>We got serious work while being on 9.0 with enums, 9.1 won&#8217;t really help us because of this limitation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Waiting for 8.5 – exclusion constraints by depesz</title>
		<link>http://www.depesz.com/2010/01/03/waiting-for-8-5-exclusion-constraints/comment-page-1/#comment-35517</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Wed, 16 May 2012 21:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1563#comment-35517</guid>
		<description>@yokoloko:
1. epoch - try changing timezone to very different, and retry.
2. 2000-01-01 - to get smaller numbers. it doesn't matter for pg, but makes for simpler reading
3. you definitely could do it, but it would require installation of gist_btree extension.</description>
		<content:encoded><![CDATA[<p>@yokoloko:<br />
1. epoch &#8211; try changing timezone to very different, and retry.<br />
2. 2000-01-01 &#8211; to get smaller numbers. it doesn&#8217;t matter for pg, but makes for simpler reading<br />
3. you definitely could do it, but it would require installation of gist_btree extension.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Waiting for 8.5 – exclusion constraints by yokoloko</title>
		<link>http://www.depesz.com/2010/01/03/waiting-for-8-5-exclusion-constraints/comment-page-1/#comment-35516</link>
		<dc:creator>yokoloko</dc:creator>
		<pubDate>Wed, 16 May 2012 21:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1563#comment-35516</guid>
		<description>Really really nice and helpful.

But there are few things i don't really get.

- Why is it flawed to use extract(epoch from field at time zone ‘UTC’)? Cos i'm implementing it and it works perfectly

- Why are you substracting '2000-01-01'::date to the timestamp?

- And also for comprehension is there a reason why you put the room number in the box and not outside as in EXCLUDE USING GIST (room_number WITH =, box ( ... ) WITH &amp;&amp;);</description>
		<content:encoded><![CDATA[<p>Really really nice and helpful.</p>
<p>But there are few things i don&#8217;t really get.</p>
<p>- Why is it flawed to use extract(epoch from field at time zone ‘UTC’)? Cos i&#8217;m implementing it and it works perfectly</p>
<p>- Why are you substracting &#8217;2000-01-01&#8242;::date to the timestamp?</p>
<p>- And also for comprehension is there a reason why you put the room number in the box and not outside as in EXCLUDE USING GIST (room_number WITH =, box ( &#8230; ) WITH &amp;&amp;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Waiting for 9.2 – DROP INDEX CONCURRENTLY by Valentine Gogichashvili</title>
		<link>http://www.depesz.com/2012/04/10/waiting-for-9-2-drop-index-concurrently/comment-page-1/#comment-35514</link>
		<dc:creator>Valentine Gogichashvili</dc:creator>
		<pubDate>Fri, 11 May 2012 10:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=2442#comment-35514</guid>
		<description>Now it is time actually for somebody to implement REINDEX CONCURRENTLY... as all the missing parts are already there! Cool :)</description>
		<content:encoded><![CDATA[<p>Now it is time actually for somebody to implement REINDEX CONCURRENTLY&#8230; as all the missing parts are already there! Cool <img src='http://www.depesz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ERROR:  invalid byte sequence for encoding by Piotr</title>
		<link>http://www.depesz.com/2010/03/07/error-invalid-byte-sequence-for-encoding/comment-page-1/#comment-35513</link>
		<dc:creator>Piotr</dc:creator>
		<pubDate>Tue, 08 May 2012 13:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1628#comment-35513</guid>
		<description>Dzięki za przydatną pigułkę. Walczyłem z kodowaniem w Delphi+Zeos+Postgresql i bardzo mi pomogłeś w ogarnięciu i rozwiązaniu problemu.</description>
		<content:encoded><![CDATA[<p>Dzięki za przydatną pigułkę. Walczyłem z kodowaniem w Delphi+Zeos+Postgresql i bardzo mi pomogłeś w ogarnięciu i rozwiązaniu problemu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bloat happens by Han Zheng</title>
		<link>http://www.depesz.com/2011/07/06/bloat-happens/comment-page-1/#comment-35511</link>
		<dc:creator>Han Zheng</dc:creator>
		<pubDate>Thu, 03 May 2012 15:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=2231#comment-35511</guid>
		<description>@DEPESZ:
thanks! I will try that.</description>
		<content:encoded><![CDATA[<p>@DEPESZ:<br />
thanks! I will try that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bloat happens by depesz</title>
		<link>http://www.depesz.com/2011/07/06/bloat-happens/comment-page-1/#comment-35508</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Thu, 03 May 2012 13:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=2231#comment-35508</guid>
		<description>@Han Zheng:
I try to reorg tables as soon as they hit 20% of bloat (as reported by check_postgres.pl), or, if the table is small (&lt;200MB) - 30-40%</description>
		<content:encoded><![CDATA[<p>@Han Zheng:<br />
I try to reorg tables as soon as they hit 20% of bloat (as reported by check_postgres.pl), or, if the table is small (&lt;200MB) &#8211; 30-40%</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bloat happens by Han Zheng</title>
		<link>http://www.depesz.com/2011/07/06/bloat-happens/comment-page-1/#comment-35507</link>
		<dc:creator>Han Zheng</dc:creator>
		<pubDate>Thu, 03 May 2012 12:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=2231#comment-35507</guid>
		<description>hi depesz. there's one thing I wanna know: when is bloat too big? 
what's your exp. num of "warning" and "critical" bloat?</description>
		<content:encoded><![CDATA[<p>hi depesz. there&#8217;s one thing I wanna know: when is bloat too big?<br />
what&#8217;s your exp. num of &#8220;warning&#8221; and &#8220;critical&#8221; bloat?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting WAL Replication by depesz</title>
		<link>http://www.depesz.com/2010/03/11/setting-wal-replication/comment-page-1/#comment-35459</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Tue, 24 Apr 2012 13:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1640#comment-35459</guid>
		<description>@Ajay:
what's your restore command?</description>
		<content:encoded><![CDATA[<p>@Ajay:<br />
what&#8217;s your restore command?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting WAL Replication by ajay</title>
		<link>http://www.depesz.com/2010/03/11/setting-wal-replication/comment-page-1/#comment-35458</link>
		<dc:creator>ajay</dc:creator>
		<pubDate>Tue, 24 Apr 2012 12:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1640#comment-35458</guid>
		<description>I am facing certain issue on my standby server here is the output from log file on standby.
`/baflbackup/wal-archive/000000010000007200000080' -&gt; `pg_xlog/RECOVERYXLOG'
LOG:  restored log file "000000010000007200000080" from archive
`/baflbackup/wal-archive/000000010000007200000081' -&gt; `pg_xlog/RECOVERYXLOG'
LOG:  restored log file "000000010000007200000081" from archive
`/baflbackup/wal-archive/000000010000007200000082' -&gt; `pg_xlog/RECOVERYXLOG'
LOG:  restored log file "000000010000007200000082" from archive
FATAL:  could not restore file "000000010000007200000083" from archive: return code 15
LOG:  received smart shutdown request
LOG:  startup process (PID 19570) exited with exit code 1
LOG:  aborting startup due to startup process failure
How should I deal with this?

Thank you
Ajay</description>
		<content:encoded><![CDATA[<p>I am facing certain issue on my standby server here is the output from log file on standby.<br />
`/baflbackup/wal-archive/000000010000007200000080&#8242; -&gt; `pg_xlog/RECOVERYXLOG&#8217;<br />
LOG:  restored log file &#8220;000000010000007200000080&#8243; from archive<br />
`/baflbackup/wal-archive/000000010000007200000081&#8242; -&gt; `pg_xlog/RECOVERYXLOG&#8217;<br />
LOG:  restored log file &#8220;000000010000007200000081&#8243; from archive<br />
`/baflbackup/wal-archive/000000010000007200000082&#8242; -&gt; `pg_xlog/RECOVERYXLOG&#8217;<br />
LOG:  restored log file &#8220;000000010000007200000082&#8243; from archive<br />
FATAL:  could not restore file &#8220;000000010000007200000083&#8243; from archive: return code 15<br />
LOG:  received smart shutdown request<br />
LOG:  startup process (PID 19570) exited with exit code 1<br />
LOG:  aborting startup due to startup process failure<br />
How should I deal with this?</p>
<p>Thank you<br />
Ajay</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Waiting for 8.4 – pl/PgSQL RAISE by PostgreSQL 8.4: Le novità nelle stored procedure - 2ndQuadrant | 2ndQuadrant</title>
		<link>http://www.depesz.com/2008/05/14/waiting-for-84-plpgsql-raise/comment-page-1/#comment-35440</link>
		<dc:creator>PostgreSQL 8.4: Le novità nelle stored procedure - 2ndQuadrant | 2ndQuadrant</dc:creator>
		<pubDate>Fri, 20 Apr 2012 11:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1205#comment-35440</guid>
		<description>[...]  hreflang=”en” xml:lang=”en”&gt;Waiting for 8.4 – PL/pgSQL RAISE [...]</description>
		<content:encoded><![CDATA[<p>[...]  hreflang=&#8221;en&#8221; xml:lang=&#8221;en&#8221;&gt;Waiting for 8.4 &#8211; PL/pgSQL RAISE [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding postgresql.conf : log* by Groum Workalemahu</title>
		<link>http://www.depesz.com/2011/05/06/understanding-postgresql-conf-log/comment-page-1/#comment-35434</link>
		<dc:creator>Groum Workalemahu</dc:creator>
		<pubDate>Thu, 19 Apr 2012 14:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=2162#comment-35434</guid>
		<description>It is an excellent article we are using Ubuntu and postgres  to develop a data base for mobile payment system and we have had some issues on monitoring the performances of the database your article helped us a lot Thank you .

                    siniduwork scientific computing</description>
		<content:encoded><![CDATA[<p>It is an excellent article we are using Ubuntu and postgres  to develop a data base for mobile payment system and we have had some issues on monitoring the performances of the database your article helped us a lot Thank you .</p>
<p>                    siniduwork scientific computing</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Waiting for 8.4 – CASE in pl/PgSQL by PostgreSQL 8.4: Le novità nelle stored procedure - 2ndQuadrant | 2ndQuadrant</title>
		<link>http://www.depesz.com/2008/05/16/waiting-for-84-case-in-plpgsql/comment-page-1/#comment-35433</link>
		<dc:creator>PostgreSQL 8.4: Le novità nelle stored procedure - 2ndQuadrant | 2ndQuadrant</dc:creator>
		<pubDate>Thu, 19 Apr 2012 07:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1207#comment-35433</guid>
		<description>[...]  hreflang=”en” xml:lang=”en”&gt;Waiting for 8.4 – CASE in PL/pgSQL [...]</description>
		<content:encoded><![CDATA[<p>[...]  hreflang=&#8221;en&#8221; xml:lang=&#8221;en&#8221;&gt;Waiting for 8.4 &#8211; CASE in PL/pgSQL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OmniPITR by depesz</title>
		<link>http://www.depesz.com/2010/06/02/omnipitr/comment-page-1/#comment-35432</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Wed, 18 Apr 2012 17:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1719#comment-35432</guid>
		<description>@Nicolas:
answer is simple, but unlikely to be helpful - monitor is simply not yet implemented. It is in queue, and it will be under development soon-ish, but there is no eta as for now.</description>
		<content:encoded><![CDATA[<p>@Nicolas:<br />
answer is simple, but unlikely to be helpful &#8211; monitor is simply not yet implemented. It is in queue, and it will be under development soon-ish, but there is no eta as for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OmniPITR by Nicolas</title>
		<link>http://www.depesz.com/2010/06/02/omnipitr/comment-page-1/#comment-35431</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Wed, 18 Apr 2012 16:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1719#comment-35431</guid>
		<description>Hi 

We are trying to use the tool in a study for pg 9.2 we are doing for our company. 

However the omnipitr-monitor seems not to work:

Can't locate object method "new" via package "OmniPITR::Program::Monitor" at /var/opt/hosting/build/omniti-labs-omnipitr-e499c60/bin/omnipitr-monitor line 10.


I checked the omnipitr/lib/OmniPITR/Program/Monitor.pm file is very light..

If you can help..

Thanks

Nicolas</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>We are trying to use the tool in a study for pg 9.2 we are doing for our company. </p>
<p>However the omnipitr-monitor seems not to work:</p>
<p>Can&#8217;t locate object method &#8220;new&#8221; via package &#8220;OmniPITR::Program::Monitor&#8221; at /var/opt/hosting/build/omniti-labs-omnipitr-e499c60/bin/omnipitr-monitor line 10.</p>
<p>I checked the omnipitr/lib/OmniPITR/Program/Monitor.pm file is very light..</p>
<p>If you can help..</p>
<p>Thanks</p>
<p>Nicolas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Waiting for 9.1 – Synchronous replication by JWolf</title>
		<link>http://www.depesz.com/2011/03/18/waiting-for-9-1-synchronous-replication/comment-page-1/#comment-35426</link>
		<dc:creator>JWolf</dc:creator>
		<pubDate>Tue, 17 Apr 2012 01:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=2140#comment-35426</guid>
		<description>Thanks! nicely written. Your blogs are way cool!</description>
		<content:encoded><![CDATA[<p>Thanks! nicely written. Your blogs are way cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Waiting for 9.1 – Synchronous replication by depesz</title>
		<link>http://www.depesz.com/2011/03/18/waiting-for-9-1-synchronous-replication/comment-page-1/#comment-35425</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Mon, 16 Apr 2012 20:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=2140#comment-35425</guid>
		<description>@JWolf:
hmnmm ... like this one: http://www.depesz.com/2011/12/02/the-secret-ingredient-in-the-webscale-sauce/</description>
		<content:encoded><![CDATA[<p>@JWolf:<br />
hmnmm &#8230; like this one: <a href="http://www.depesz.com/2011/12/02/the-secret-ingredient-in-the-webscale-sauce/" rel="nofollow">http://www.depesz.com/2011/12/02/the-secret-ingredient-in-the-webscale-sauce/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Waiting for 9.1 – Synchronous replication by JWolf</title>
		<link>http://www.depesz.com/2011/03/18/waiting-for-9-1-synchronous-replication/comment-page-1/#comment-35424</link>
		<dc:creator>JWolf</dc:creator>
		<pubDate>Mon, 16 Apr 2012 16:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=2140#comment-35424</guid>
		<description>makes sense. Thanks,
Any plans on writing a blog on horizontal shards using postgres</description>
		<content:encoded><![CDATA[<p>makes sense. Thanks,<br />
Any plans on writing a blog on horizontal shards using postgres</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Waiting for 9.1 – Synchronous replication by depesz</title>
		<link>http://www.depesz.com/2011/03/18/waiting-for-9-1-synchronous-replication/comment-page-1/#comment-35423</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Mon, 16 Apr 2012 09:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=2140#comment-35423</guid>
		<description>@JWolf:

Well, SET ... is just an sql query. So you can run it the same way you run any other query. No idea how that works in JDBC, but I don't see why it would be different than (for example) calling update or delete.</description>
		<content:encoded><![CDATA[<p>@JWolf:</p>
<p>Well, SET &#8230; is just an sql query. So you can run it the same way you run any other query. No idea how that works in JDBC, but I don&#8217;t see why it would be different than (for example) calling update or delete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Waiting for 9.1 – Synchronous replication by JWolf</title>
		<link>http://www.depesz.com/2011/03/18/waiting-for-9-1-synchronous-replication/comment-page-1/#comment-35420</link>
		<dc:creator>JWolf</dc:creator>
		<pubDate>Mon, 16 Apr 2012 00:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=2140#comment-35420</guid>
		<description>Our application is written in Java and uses standard JDBC driver API ( behind the scenes postgres jdbc provider) to connect to postgres.

I am wondering how to turn on and off synchronous_replication for some transactions only.
This way I can have the replication enabled for some important tables and not for other tables.

Do you happen to know how to set this when using jdbc drivers synchronous_replication 

In your example, I see that you are using psql to set the same. But wondering how to set this in the application that typically does not use psql.</description>
		<content:encoded><![CDATA[<p>Our application is written in Java and uses standard JDBC driver API ( behind the scenes postgres jdbc provider) to connect to postgres.</p>
<p>I am wondering how to turn on and off synchronous_replication for some transactions only.<br />
This way I can have the replication enabled for some important tables and not for other tables.</p>
<p>Do you happen to know how to set this when using jdbc drivers synchronous_replication </p>
<p>In your example, I see that you are using psql to set the same. But wondering how to set this in the application that typically does not use psql.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on r/trees ( recursive trees, what did you think about? ) by diego</title>
		<link>http://www.depesz.com/2011/12/16/rtrees-recursive-trees-what-did-you-think-about/comment-page-1/#comment-35394</link>
		<dc:creator>diego</dc:creator>
		<pubDate>Sat, 07 Apr 2012 17:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=2348#comment-35394</guid>
		<description>Thank you, Depesz! You write exceptionally useful stuff.</description>
		<content:encoded><![CDATA[<p>Thank you, Depesz! You write exceptionally useful stuff.</p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic page generated in 0.211 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-05-23 18:09:06 -->

