<?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 for Routing Life</title>
	<atom:link href="http://blog.lodeblomme.be/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lodeblomme.be</link>
	<description>Making a career as a techie...</description>
	<lastBuildDate>Thu, 12 Nov 2015 23:24:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.10</generator>
	<item>
		<title>Comment on Debugging PHP SoapClient by Francis Kim</title>
		<link>http://blog.lodeblomme.be/2009/12/06/debugging-php-soapclient/comment-page-1/#comment-104862</link>
		<dc:creator><![CDATA[Francis Kim]]></dc:creator>
		<pubDate>Thu, 12 Nov 2015 23:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lodeblomme.be/?p=67#comment-104862</guid>
		<description><![CDATA[Here I am, debugging SOAP at the end of 2015 - this came in handy, thanks :)]]></description>
		<content:encoded><![CDATA[<p>Here I am, debugging SOAP at the end of 2015 &#8211; this came in handy, thanks 🙂</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware ESXi vs XenServer by OGRE</title>
		<link>http://blog.lodeblomme.be/2010/02/13/vmware-esxi-vs-xenserver/comment-page-1/#comment-2665</link>
		<dc:creator><![CDATA[OGRE]]></dc:creator>
		<pubDate>Wed, 16 Oct 2013 08:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lodeblomme.be/?p=109#comment-2665</guid>
		<description><![CDATA[I run ESXi 5.0 at home. I tested Xenserver as well. It worked just fine, but it was a little weird when it came to the console. The graphics were pixelated, it looked like I was connecting with LogMeIn, even though I was local. Anyway I was wondering what you guys ended up going with?]]></description>
		<content:encoded><![CDATA[<p>I run ESXi 5.0 at home. I tested Xenserver as well. It worked just fine, but it was a little weird when it came to the console. The graphics were pixelated, it looked like I was connecting with LogMeIn, even though I was local. Anyway I was wondering what you guys ended up going with?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Server Side Language Detection with Google Language API by Laurynas</title>
		<link>http://blog.lodeblomme.be/2008/03/21/server-side-language-detection-with-google-language-api/comment-page-1/#comment-2051</link>
		<dc:creator><![CDATA[Laurynas]]></dc:creator>
		<pubDate>Wed, 17 Oct 2012 06:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lodeblomme.be/2008/03/21/server-side-language-detection-with-google-language-api/#comment-2051</guid>
		<description><![CDATA[Now when Google Translate API is paid service you can use altenative Detect Language API:
http://detectlanguage.com

It is compatible with Google Translate API]]></description>
		<content:encoded><![CDATA[<p>Now when Google Translate API is paid service you can use altenative Detect Language API:<br />
<a href="http://detectlanguage.com" rel="nofollow">http://detectlanguage.com</a></p>
<p>It is compatible with Google Translate API</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMware Server Disk IO Performance by Zeque</title>
		<link>http://blog.lodeblomme.be/2008/10/24/vmware-server-disk-io-performance/comment-page-1/#comment-2010</link>
		<dc:creator><![CDATA[Zeque]]></dc:creator>
		<pubDate>Tue, 03 Jul 2012 03:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lodeblomme.be/2008/10/24/vmware-server-disk-io-performance/#comment-2010</guid>
		<description><![CDATA[It works pretty good!!! thank you very much!!]]></description>
		<content:encoded><![CDATA[<p>It works pretty good!!! thank you very much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Move a PostgreSQL database to a different tablespace by ilatypov</title>
		<link>http://blog.lodeblomme.be/2008/03/15/move-a-postgresql-database-to-a-different-tablespace/comment-page-1/#comment-1995</link>
		<dc:creator><![CDATA[ilatypov]]></dc:creator>
		<pubDate>Mon, 18 Jun 2012 22:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lodeblomme.be/2008/03/15/move-a-postgresql-database-to-a-different-tablespace/#comment-1995</guid>
		<description><![CDATA[Err, the above failed to move pg_catalog.* tables so I added a filter before db.execute( &quot;alter table ..&quot; ),

&lt;code&gt;
        if schemaName == &quot;public&quot;:
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Err, the above failed to move pg_catalog.* tables so I added a filter before db.execute( &#8220;alter table ..&#8221; ),</p>
<p><code><br />
        if schemaName == "public":<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Move a PostgreSQL database to a different tablespace by ilatypov</title>
		<link>http://blog.lodeblomme.be/2008/03/15/move-a-postgresql-database-to-a-different-tablespace/comment-page-1/#comment-1994</link>
		<dc:creator><![CDATA[ilatypov]]></dc:creator>
		<pubDate>Mon, 18 Jun 2012 22:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lodeblomme.be/2008/03/15/move-a-postgresql-database-to-a-different-tablespace/#comment-1994</guid>
		<description><![CDATA[Executing statements immediately appears to work with a PostgreSQL 8.4 database using the above code as a template for the Python script below,
&lt;code&gt;
#! /usr/bin/python3

import postgresql

dbName = &quot;DB&quot;
tablespaceName = &quot;SPACE&quot;

db = postgresql.open(&quot;pq://USER@HOST/SERVICE&quot;)

with db:
    db.settings[ &quot;client_min_messages&quot; ] = &quot;NOTICE&quot;
    db.execute( &quot;alter database %s set default_tablespace = %s&quot; % ( dbName, tablespaceName ) )
    for table in db.prepare( &quot;select * from pg_tables order by tablename&quot; ):
        schemaName = table[ &quot;schemaname&quot; ]
        tableName = table[ &quot;tablename&quot; ]
        db.execute( &quot;alter table %s.%s set tablespace %s&quot; % ( schemaName, tableName, tablespaceName ) )
        for index in db.prepare( &quot;select * from pg_indexes where schemaname = &#039;%s&#039; and tablename = &#039;%s&#039; order by indexname&quot;
                % ( schemaName, tableName ) ):
            db.execute( &quot;alter index %s.%s set tablespace %s&quot; % ( schemaName, index[ &quot;indexname&quot; ], tablespaceName ) )

&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Executing statements immediately appears to work with a PostgreSQL 8.4 database using the above code as a template for the Python script below,<br />
<code><br />
#! /usr/bin/python3</p>
<p>import postgresql</p>
<p>dbName = "DB"<br />
tablespaceName = "SPACE"</p>
<p>db = postgresql.open("pq://USER@HOST/SERVICE")</p>
<p>with db:<br />
    db.settings[ "client_min_messages" ] = "NOTICE"<br />
    db.execute( "alter database %s set default_tablespace = %s" % ( dbName, tablespaceName ) )<br />
    for table in db.prepare( "select * from pg_tables order by tablename" ):<br />
        schemaName = table[ "schemaname" ]<br />
        tableName = table[ "tablename" ]<br />
        db.execute( "alter table %s.%s set tablespace %s" % ( schemaName, tableName, tablespaceName ) )<br />
        for index in db.prepare( "select * from pg_indexes where schemaname = '%s' and tablename = '%s' order by indexname"<br />
                % ( schemaName, tableName ) ):<br />
            db.execute( "alter index %s.%s set tablespace %s" % ( schemaName, index[ "indexname" ], tablespaceName ) )</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Move a PostgreSQL database to a different tablespace by how to install postgresql in ubuntu &#171; Bilnir</title>
		<link>http://blog.lodeblomme.be/2008/03/15/move-a-postgresql-database-to-a-different-tablespace/comment-page-1/#comment-1758</link>
		<dc:creator><![CDATA[how to install postgresql in ubuntu &#171; Bilnir]]></dc:creator>
		<pubDate>Mon, 05 Mar 2012 19:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lodeblomme.be/2008/03/15/move-a-postgresql-database-to-a-different-tablespace/#comment-1758</guid>
		<description><![CDATA[[...] If you want to automate the updating of all indexes for a given schema you can do it in a few steps like this (inspired by comments in this blog article): [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] If you want to automate the updating of all indexes for a given schema you can do it in a few steps like this (inspired by comments in this blog article): [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Move a PostgreSQL database to a different tablespace by Tablespaces in postgresql &#171; Blog personal de René Romero Benavides</title>
		<link>http://blog.lodeblomme.be/2008/03/15/move-a-postgresql-database-to-a-different-tablespace/comment-page-1/#comment-1523</link>
		<dc:creator><![CDATA[Tablespaces in postgresql &#171; Blog personal de René Romero Benavides]]></dc:creator>
		<pubDate>Sun, 06 Nov 2011 05:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lodeblomme.be/2008/03/15/move-a-postgresql-database-to-a-different-tablespace/#comment-1523</guid>
		<description><![CDATA[[...] http://blog.lodeblomme.be/2008/03/15/move-a-postgresql-database-to-a-different-tablespace/ [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://blog.lodeblomme.be/2008/03/15/move-a-postgresql-database-to-a-different-tablespace/" rel="nofollow">http://blog.lodeblomme.be/2008/03/15/move-a-postgresql-database-to-a-different-tablespace/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Server Side Language Detection with Google Language API by john</title>
		<link>http://blog.lodeblomme.be/2008/03/21/server-side-language-detection-with-google-language-api/comment-page-1/#comment-1426</link>
		<dc:creator><![CDATA[john]]></dc:creator>
		<pubDate>Mon, 17 Oct 2011 10:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lodeblomme.be/2008/03/21/server-side-language-detection-with-google-language-api/#comment-1426</guid>
		<description><![CDATA[Hi Samuel,
Your function is working good except few languages that it doesn&#039;t support(ar,ru and few more)
Do you have an idea why is that?
Thanks both of you for this feature, it will help me allot.]]></description>
		<content:encoded><![CDATA[<p>Hi Samuel,<br />
Your function is working good except few languages that it doesn&#8217;t support(ar,ru and few more)<br />
Do you have an idea why is that?<br />
Thanks both of you for this feature, it will help me allot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Server Side Language Detection with Google Language API by Ajith</title>
		<link>http://blog.lodeblomme.be/2008/03/21/server-side-language-detection-with-google-language-api/comment-page-1/#comment-1182</link>
		<dc:creator><![CDATA[Ajith]]></dc:creator>
		<pubDate>Wed, 24 Aug 2011 08:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lodeblomme.be/2008/03/21/server-side-language-detection-with-google-language-api/#comment-1182</guid>
		<description><![CDATA[Wonderful stuff :-)]]></description>
		<content:encoded><![CDATA[<p>Wonderful stuff 🙂</p>
]]></content:encoded>
	</item>
</channel>
</rss>
