<?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>RightBrain Networks &#187; PostgreSQL</title>
	<atom:link href="http://www.rightbrainnetworks.com/blog/category/postgresql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rightbrainnetworks.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Aug 2010 05:33:15 +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>Rounding datetimes and timestamps in PostgreSQL</title>
		<link>http://www.rightbrainnetworks.com/blog/rounding-datetimes-and-timestamps-in-postgresql/</link>
		<comments>http://www.rightbrainnetworks.com/blog/rounding-datetimes-and-timestamps-in-postgresql/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 02:33:28 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://blog.rightbrainnetworks.com/?p=163</guid>
		<description><![CDATA[A simple PL/pgSQL function to round either a datetime or timestamp value to the nearest N seconds.]]></description>
		<wfw:commentRss>http://www.rightbrainnetworks.com/blog/rounding-datetimes-and-timestamps-in-postgresql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Base36 Conversion in PostgreSQL</title>
		<link>http://www.rightbrainnetworks.com/blog/base36-conversion-in-postgresql/</link>
		<comments>http://www.rightbrainnetworks.com/blog/base36-conversion-in-postgresql/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 18:55:27 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://blog.rightbrainnetworks.com/?p=148</guid>
		<description><![CDATA[Using PostgreSQL to base36 encode (and decode) large integers for better human readability.  Base36 encoding intermixes letters and digits and is most frequently encountered with URL shortening services and on Dell service tags.]]></description>
		<wfw:commentRss>http://www.rightbrainnetworks.com/blog/base36-conversion-in-postgresql/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>A Basic Introduction to Postgres Stored Procedures</title>
		<link>http://www.rightbrainnetworks.com/blog/a-basic-introduction-to-postgres-stored-procedures/</link>
		<comments>http://www.rightbrainnetworks.com/blog/a-basic-introduction-to-postgres-stored-procedures/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 07:01:49 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Archived]]></category>
		<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://blog.rightbrainnetworks.com/2007/01/25/a-basic-introduction-to-postgres-stored-procedures/</guid>
		<description><![CDATA[This article introduces the very basics of writing stored procedures with PostgreSQL (aka Postgres), an open-source database system. It is intended for both Postgres newbies and MS SQL Server/MySQL stored procedure veterans who are interested learning more about Postgres. Introduction I originally come from the world of MS SQL Server where stored procedures (&#8220;sprocs&#8221;) were [...]]]></description>
		<wfw:commentRss>http://www.rightbrainnetworks.com/blog/a-basic-introduction-to-postgres-stored-procedures/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

