<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>Ivo Nascimento &#187; postgreSQL</title>
	<atom:link href="http://ianntech.com.br/category/postgresql/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianntech.com.br</link>
	<description>talking about php, postgresql, C++, flex, book review, math, statistics</description>
	<lastBuildDate>Mon, 02 Jan 2012 19:27:09 +0000</lastBuildDate>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<!-- podcast_generator="Blubrry PowerPress/2.0.4" -->
	<itunes:summary>talking about php, postgresql, C++, flex, book review, math, statistics</itunes:summary>
	<itunes:author>Ivo Nascimento</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://ianntech.com.br/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:subtitle>talking about php, postgresql, C++, flex, book review, math, statistics</itunes:subtitle>
	<image>
		<title>Ivo Nascimento &#187; postgreSQL</title>
		<url>http://ianntech.com.br/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://ianntech.com.br/category/postgresql/</link>
	</image>
		<item>
		<title>Stored Procedure é interessante para uma aplicação?</title>
		<link>http://ianntech.com.br/2011/05/01/stored-procedure-e-interessante-para-uma-aplicacao/</link>
		<comments>http://ianntech.com.br/2011/05/01/stored-procedure-e-interessante-para-uma-aplicacao/#comments</comments>
		<pubDate>Sun, 01 May 2011 20:55:59 +0000</pubDate>
		<dc:creator>Ivo Nascimento</dc:creator>
				<category><![CDATA[postgreSQL]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[pl]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://ianntech.com.br/?p=943</guid>
		<description><![CDATA[Os Sistemas Gerenciadores de Banco de dados atuais estão longe de ser  somente administradores de dados, ou melhor, gerenciadores. Como sabemos, eles tem mecanismos complexos de interpretação que lhes permitem implementar o recurso de Stored procedure(procedimentos armazenados) e com eles podemos aplicar lógica aos nossos dados além da que já existe com chaves primarias e [...]]]></description>
		<wfw:commentRss>http://ianntech.com.br/2011/05/01/stored-procedure-e-interessante-para-uma-aplicacao/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PGUnit &#8211; Test Drive Development on PostgreSQL stored Procedures</title>
		<link>http://ianntech.com.br/2008/11/11/pgunit-test-drive-development-on-postgresql-stored-procedures/</link>
		<comments>http://ianntech.com.br/2008/11/11/pgunit-test-drive-development-on-postgresql-stored-procedures/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 02:06:57 +0000</pubDate>
		<dc:creator>Ivo Nascimento</dc:creator>
				<category><![CDATA[postgreSQL]]></category>

		<guid isPermaLink="false">http://ianntech.com.br/?p=25</guid>
		<description><![CDATA[The dkLab created a tdd pl sql for postgresql called PGUnit. The link for download page and more instructions about it is pgunit As soon as possible I&#8217;ll write some article with more informations about it here. The important on this situations is think how much inside on our developers life the TDD concept are!!! [...]]]></description>
		<wfw:commentRss>http://ianntech.com.br/2008/11/11/pgunit-test-drive-development-on-postgresql-stored-procedures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pl2method &#8211; Acesso transparente a Stored procedures do PG via métodos php de mesmo nome</title>
		<link>http://ianntech.com.br/2008/10/30/pl2methods/</link>
		<comments>http://ianntech.com.br/2008/10/30/pl2methods/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 02:05:55 +0000</pubDate>
		<dc:creator>Ivo Nascimento</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[postgreSQL]]></category>
		<category><![CDATA[projetos]]></category>

		<guid isPermaLink="false">http://ianntech.com.br/?p=22</guid>
		<description><![CDATA[permite utilizar métodos php para mapear stored procedures do postgreSQl e manipular seus parametros e result sets. include_once &#8216;ipgpl.class.php&#8217;; $p = new ipg(array(&#8216;DEBUG&#8217;=&#62;true, &#8216;dsn&#8217;=&#62;&#8221;host=localhost;dbname=teste&#8221;), &#8220;postgres&#8221;, &#8220;postgres&#8221;); $p-&#62;Teste-&#62;Teste(&#8216;Ivo Nascimento&#8217;,&#8217;10/10/2008&#8242;,&#8217;2008-10-10&#8242;, &#8217;10:00&#8242;,&#8217;22:19:35.488543-02&#8242;, 10, 10.10); print_r($p-&#62;Teste-&#62;Teste(&#8216;Ivo Nascimento&#8217;)-&#62;fetch(PDO::FETCH_ASSOC)); print_r($p-&#62;outroteste-&#62;soma2(10,20)-&#62;fetch()); print_r($p-&#62;outroteste-&#62;soma2(ipg::_INFO)); iann@iann:~/Projeto/pl2method$ php teste.php Array ( [0] =&#62; outroteste [1] =&#62; soma2 [2] =&#62; integer [3] =&#62; p1 integer, p2 integer [...]]]></description>
		<wfw:commentRss>http://ianntech.com.br/2008/10/30/pl2methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

