<?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>geeking.me &#187; postgres</title>
	<atom:link href="http://geeking.me/blog/tag/postgres/feed/" rel="self" type="application/rss+xml" />
	<link>http://geeking.me/blog</link>
	<description>Hablar de existencias inmateriales es hablar de la nada --Thomas Jefferson--.</description>
	<lastBuildDate>Sat, 12 Jun 2010 05:56:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>sql_insertar() &#8211; pg_send_prepare &amp;&amp; pg_send_execute</title>
		<link>http://geeking.me/blog/2009/06/05/insert-into-sql-postgres-pg_send_prepare-pg_send_execute/</link>
		<comments>http://geeking.me/blog/2009/06/05/insert-into-sql-postgres-pg_send_prepare-pg_send_execute/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 17:00:24 +0000</pubDate>
		<dc:creator>Toltecatl</dc:creator>
				<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[c0de]]></category>
		<category><![CDATA[Ciencia y tecnología]]></category>
		<category><![CDATA[código]]></category>
		<category><![CDATA[informática]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[Trabajo]]></category>

		<guid isPermaLink="false">http://geeking.me/blog/?p=798</guid>
		<description><![CDATA[Function to create dinamically a valid INSERT INTO SQL instruction, using an array as any parameter and iterating over him to extract the name and values to use it as field names and field values. This function uses pg_send_prepare and pg_send_execute php built-in functions and shows in a detail how to use them.]]></description>
		<wfw:commentRss>http://geeking.me/blog/2009/06/05/insert-into-sql-postgres-pg_send_prepare-pg_send_execute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL: Void division by Zero using CASE</title>
		<link>http://geeking.me/blog/2009/05/28/sql-void-division-zero-using-case/</link>
		<comments>http://geeking.me/blog/2009/05/28/sql-void-division-zero-using-case/#comments</comments>
		<pubDate>Thu, 28 May 2009 23:18:06 +0000</pubDate>
		<dc:creator>Toltecatl</dc:creator>
				<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[c0de]]></category>
		<category><![CDATA[funciones]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[join]]></category>
		<category><![CDATA[multiple tables]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://geeking.me/blog/?p=779</guid>
		<description><![CDATA[Primero, un poco de contexto&#8230; En el jale tengo que hacer un query para un mini-reporte que servirá de guía para &#8220;X&#8221; area, así que hice un query usando la siguiente instrucción:
*El SGBDR es PostgreSQL
	SELECT pi.anio,pi.proyecto,pp.area,m.meta,c.promesa	,c.avance,c.comentarios,((c.avance / c.cantidad ) * 100) as porcentaje

	FROM piezas pi FULL JOIN participantes_proyecto pp
	ON pi.proins_clave_anio = pp.proins_clave_anio
	AND pi.id = pp.id [...]]]></description>
		<wfw:commentRss>http://geeking.me/blog/2009/05/28/sql-void-division-zero-using-case/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Alegría + Tensión * 8 ^ 10</title>
		<link>http://geeking.me/blog/2009/05/14/alegria-tension/</link>
		<comments>http://geeking.me/blog/2009/05/14/alegria-tension/#comments</comments>
		<pubDate>Thu, 14 May 2009 22:41:01 +0000</pubDate>
		<dc:creator>Toltecatl</dc:creator>
				<category><![CDATA[Priceless]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[código]]></category>
		<category><![CDATA[entregas]]></category>
		<category><![CDATA[nacimiento]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[proyecto]]></category>
		<category><![CDATA[scriptaculous]]></category>
		<category><![CDATA[xmlhttprequest]]></category>

		<guid isPermaLink="false">http://geeking.me/blog/?p=716</guid>
		<description><![CDATA[Ya tenía rato sin postear y qué mejor que retomar el posting en el blog con la siguiente noticia, que para mi es importante:
En este preciso momento se está haciendo la demostración del software que he estado programando desde Octubre pasado, estoy muy nervioso, se que funcionará bien, pero no todo está terminado, como sea, [...]]]></description>
		<wfw:commentRss>http://geeking.me/blog/2009/05/14/alegria-tension/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
