<?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>Cyber Sprocket Labs &#187; PostgreSQL</title>
	<atom:link href="http://www.cybersprocket.com/category/database/postgresql-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cybersprocket.com</link>
	<description>Intelligent Software Solutions</description>
	<lastBuildDate>Fri, 30 Jul 2010 16:40:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PostgreSQL Cheat Sheet</title>
		<link>http://www.cybersprocket.com/2010/database/postgresql-cheat-sheet/</link>
		<comments>http://www.cybersprocket.com/2010/database/postgresql-cheat-sheet/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 22:49:38 +0000</pubDate>
		<dc:creator>lcleveland</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[database engine]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=2344</guid>
		<description><![CDATA[PostgreSQL is one of our favorite database engines for a variety of reasons.  Here is our cheat sheet to help you get online and get around Postgres with minimal effort. Database Access Security Database security is handled primarily in two place, from the system service level via a file called pg_hba.conf and within the database [...]


Related posts:<ol><li><a href='http://www.cybersprocket.com/2009/database/postgresql-introduction/' rel='bookmark' title='Permanent Link: PostgreSQL Introduction'>PostgreSQL Introduction</a></li>
<li><a href='http://www.cybersprocket.com/2009/database/mysql-introduction/' rel='bookmark' title='Permanent Link: MySQL Introduction'>MySQL Introduction</a></li>
<li><a href='http://www.cybersprocket.com/2009/database/postgresql-stored-procedures-part-1/' rel='bookmark' title='Permanent Link: PostgreSQL Stored Procedures Part 1'>PostgreSQL Stored Procedures Part 1</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2010/database/postgresql-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analyzing Queries in Postgres</title>
		<link>http://www.cybersprocket.com/2010/database/sql/sql-analyzing-queries-in-postgres/</link>
		<comments>http://www.cybersprocket.com/2010/database/sql/sql-analyzing-queries-in-postgres/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 20:34:40 +0000</pubDate>
		<dc:creator>EricR</dc:creator>
				<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=1009</guid>
		<description><![CDATA[Yesterday I was curious if there was a good way to write my IDS query using a single &#8216;select&#8217;. All of us had the right idea of using a sub-query to limit the results from the join, although there were different ideas about how to use a sub-query. Richard&#8217;s solution was the most succinct. However, [...]


Related posts:<ol><li><a href='http://www.cybersprocket.com/2008/programming-languages/postgreshandler/' rel='bookmark' title='Permanent Link: Postgres::Handler'>Postgres::Handler</a></li>
<li><a href='http://www.cybersprocket.com/2010/tips-tricks/linux-easy-documentation-for-git-mysql-php-et-cetera/' rel='bookmark' title='Permanent Link: Easy Documentation for Git, MySQL, PHP, et cetera'>Easy Documentation for Git, MySQL, PHP, et cetera</a></li>
<li><a href='http://www.cybersprocket.com/2009/database/postgresql-introduction/' rel='bookmark' title='Permanent Link: PostgreSQL Introduction'>PostgreSQL Introduction</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2010/database/sql/sql-analyzing-queries-in-postgres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Translation Service with IDS</title>
		<link>http://www.cybersprocket.com/2010/system-administration/data-translation-service-with-ids/</link>
		<comments>http://www.cybersprocket.com/2010/system-administration/data-translation-service-with-ids/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 19:52:40 +0000</pubDate>
		<dc:creator>lcleveland</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=1727</guid>
		<description><![CDATA[Cyber Sprocket Labs first came across Inlet Data Systems (IDS) in January, 2005 via a simple Guru posting asking for assistance &#8220;converting data from one proprietary format to another&#8221;.   The objective was to created an automated process by which a client could upload a file which would be automatically processed by the system &#38; put [...]


Related posts:<ol><li><a href='http://www.cybersprocket.com/2010/database/mysql-database/mysql-data-insertion-features/' rel='bookmark' title='Permanent Link: Powerful Data Insertion Features in MySQL'>Powerful Data Insertion Features in MySQL</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2010/system-administration/data-translation-service-with-ids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PostgreSQL Stored Procedures Part 1</title>
		<link>http://www.cybersprocket.com/2009/database/postgresql-stored-procedures-part-1/</link>
		<comments>http://www.cybersprocket.com/2009/database/postgresql-stored-procedures-part-1/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 02:20:17 +0000</pubDate>
		<dc:creator>lcleveland</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=571</guid>
		<description><![CDATA[Stored procedures are a great way to enforce business and data access logic in a complex environment. Often with larger projects you will have multiple applications architected by a varied set of professionals all interacting with the same data sets.   Stored procedures are a tried and true way to regain some control over those data [...]


Related posts:<ol><li><a href='http://www.cybersprocket.com/2009/database/postgresql-stored-procedures-part-2/' rel='bookmark' title='Permanent Link: PostgreSQL Stored Procedures &#8211; Part 2'>PostgreSQL Stored Procedures &#8211; Part 2</a></li>
<li><a href='http://www.cybersprocket.com/2009/database/postgresql-introduction/' rel='bookmark' title='Permanent Link: PostgreSQL Introduction'>PostgreSQL Introduction</a></li>
<li><a href='http://www.cybersprocket.com/2009/programming-languages/57/' rel='bookmark' title='Permanent Link: PHP Puts the Un in Unset'>PHP Puts the Un in Unset</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2009/database/postgresql-stored-procedures-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PostgreSQL Introduction</title>
		<link>http://www.cybersprocket.com/2009/database/postgresql-introduction/</link>
		<comments>http://www.cybersprocket.com/2009/database/postgresql-introduction/#comments</comments>
		<pubDate>Sat, 09 May 2009 03:14:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=670</guid>
		<description><![CDATA[Intro Possibly the most robust freeware DB on earth. Some argue better than MySQL even though MySQL has a much larger following. From the makers PostgreSQL is a powerful, open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for [...]


Related posts:<ol><li><a href='http://www.cybersprocket.com/2009/database/postgresql-stored-procedures-part-1/' rel='bookmark' title='Permanent Link: PostgreSQL Stored Procedures Part 1'>PostgreSQL Stored Procedures Part 1</a></li>
<li><a href='http://www.cybersprocket.com/2010/database/postgresql-cheat-sheet/' rel='bookmark' title='Permanent Link: PostgreSQL Cheat Sheet'>PostgreSQL Cheat Sheet</a></li>
<li><a href='http://www.cybersprocket.com/2009/database/postgresql-stored-procedures-part-2/' rel='bookmark' title='Permanent Link: PostgreSQL Stored Procedures &#8211; Part 2'>PostgreSQL Stored Procedures &#8211; Part 2</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2009/database/postgresql-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postgres::Handler</title>
		<link>http://www.cybersprocket.com/2008/programming-languages/postgreshandler/</link>
		<comments>http://www.cybersprocket.com/2008/programming-languages/postgreshandler/#comments</comments>
		<pubDate>Fri, 09 May 2008 03:10:34 +0000</pubDate>
		<dc:creator>lcleveland</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=691</guid>
		<description><![CDATA[Our local updated perl docs. These enhanced notes will be published on our next push to CPAN.


Related posts:<ol><li><a href='http://www.cybersprocket.com/2010/project-management/sdlc/versions/git-version-1-6-6/' rel='bookmark' title='Permanent Link: Git: Version 1.6.6'>Git: Version 1.6.6</a></li>
<li><a href='http://www.cybersprocket.com/2010/programming-languages/using-common-sense-with-perl/' rel='bookmark' title='Permanent Link: Using Common Sense With Perl'>Using Common Sense With Perl</a></li>
<li><a href='http://www.cybersprocket.com/2009/programming-languages/perl/' rel='bookmark' title='Permanent Link: Perl Introduction'>Perl Introduction</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2008/programming-languages/postgreshandler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
