<?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>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>Thu, 24 Jun 2010 15:10:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>pt_BR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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;,'10/10/2008&#8242;,&#8217;2008-10-10&#8242;, &#8216;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 [...]]]></description>
		<wfw:commentRss>http://ianntech.com.br/2008/10/30/pl2methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>