<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ROPARDO s.r.l. &#187; PostgreSQL</title>
	<atom:link href="http://blog.ropardo.ro/tag/postgresql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ropardo.ro</link>
	<description>Experience software development with ROPARDO S.R.L.</description>
	<lastBuildDate>Mon, 28 Nov 2011 07:49:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Convert python object to XML representation</title>
		<link>http://blog.ropardo.ro/2011/09/26/convert-python-object-to-xml-representation/</link>
		<comments>http://blog.ropardo.ro/2011/09/26/convert-python-object-to-xml-representation/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 07:30:44 +0000</pubDate>
		<dc:creator>Ioan Seicean</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=3346</guid>
		<description><![CDATA[The application I was working on used a Flash slide show. The configuration on the slide show was done from a xml file. The task was to make this configuration manageable from the Django admin. I have created a model that represents the elements of the xml file. All I need was a way to [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2011/09/26/convert-python-object-to-xml-representation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Porting applications from Oracle to PostgreSQL</title>
		<link>http://blog.ropardo.ro/2010/07/30/porting-applications-from-oracle-to-postgresql/</link>
		<comments>http://blog.ropardo.ro/2010/07/30/porting-applications-from-oracle-to-postgresql/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 14:54:47 +0000</pubDate>
		<dc:creator>Alexandru Gyulai</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PostgreeSQL]]></category>
		<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2392</guid>
		<description><![CDATA[If you are planning to migrate a database application from Oracle to PostgreSQL, this article can help you to understand and solve some of the issues occurring in such a process. PostgreSQL has recently become feature-complete in many areas and therefore porting projects from Oracle might be a feasible option in much more cases. Oracle [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/07/30/porting-applications-from-oracle-to-postgresql/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Django schema migration using South</title>
		<link>http://blog.ropardo.ro/2010/07/30/django-schema-migration-using-south/</link>
		<comments>http://blog.ropardo.ro/2010/07/30/django-schema-migration-using-south/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 11:08:25 +0000</pubDate>
		<dc:creator>Ioan Seicean</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[schema evolution]]></category>
		<category><![CDATA[schema migration]]></category>
		<category><![CDATA[south]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2327</guid>
		<description><![CDATA[Over the developing period of Django web application the models change a lot. Managing these changes in a team environment working on a Django project can become complicated. Unfortunately Django doesn&#8217;t capture the changes in the existing models. Until Django will provide an solution to this problem, you will need to use a schema migration [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/07/30/django-schema-migration-using-south/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Extending PostgreSQL &#8211; A better CONCAT operator</title>
		<link>http://blog.ropardo.ro/2010/05/04/extending-postgresql-a-better-concat-operator/</link>
		<comments>http://blog.ropardo.ro/2010/05/04/extending-postgresql-a-better-concat-operator/#comments</comments>
		<pubDate>Tue, 04 May 2010 06:54:45 +0000</pubDate>
		<dc:creator>Alexandru Gyulai</dc:creator>
				<category><![CDATA[PostgreeSQL]]></category>
		<category><![CDATA[CONCAT operator]]></category>
		<category><![CDATA[custom operators]]></category>
		<category><![CDATA[Extending PostgreSQL]]></category>
		<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1942</guid>
		<description><![CDATA[PostgreSQL users have the option of extending the set of functions and operators available. If you have a common SQL or programmatic routine, custom functions can be an effective way to more succinctly and efficiently accomplish your tasks. Likewise, custom operators can be created to call these functions (or existing built-in functions) in order to [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/05/04/extending-postgresql-a-better-concat-operator/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>SSH TCP Port Forwarding aka poor man&#039;s VPN</title>
		<link>http://blog.ropardo.ro/2010/04/15/ssh-port-forwarding-aka-poor-mans-vpn/</link>
		<comments>http://blog.ropardo.ro/2010/04/15/ssh-port-forwarding-aka-poor-mans-vpn/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 09:00:20 +0000</pubDate>
		<dc:creator>Marius Staicu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[System Adminstration]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[port forwarding]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/2010/04/07/ssh-port-forwarding-aka-poor-mans-vpn/</guid>
		<description><![CDATA[In today&#8217;s world when the IPv4 addresses are a luxury and IPv6 is not wide deployed (yet) more and more servers are running behind NAT-ed addresses. To do remote management on these servers you connect to them using SSH through some port forwarding done on the border gateway. If you need to monitor these servers [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/04/15/ssh-port-forwarding-aka-poor-mans-vpn/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Windowing Functions in PostgreSQL 8.4</title>
		<link>http://blog.ropardo.ro/2010/01/11/windowing-functions-in-postgresql-8-4/</link>
		<comments>http://blog.ropardo.ro/2010/01/11/windowing-functions-in-postgresql-8-4/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 15:54:26 +0000</pubDate>
		<dc:creator>Alexandru Gyulai</dc:creator>
				<category><![CDATA[PostgreeSQL]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Windowing Functions]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1303</guid>
		<description><![CDATA[PostgreSQL recently added several great new features like Common Table Expressions (CTE), Recursive CTEs, Windowing Functions (my favorite) and Parallel restoring of dumps. The goal of this article is to provide an overview of the new PostgreSQL Windowing Functions. Previously limited to enterprise databases such as Oracle and DB2, they open up a completely new [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/01/11/windowing-functions-in-postgresql-8-4/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

