<?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>Learn to a [simple] LiFe &#187; postgres</title>
	<atom:link href="http://blog.hafidz.web.id/tag/postgres/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hafidz.web.id</link>
	<description>Gado-gado blog: ngga semua ada disini ;)</description>
	<lastBuildDate>Fri, 04 Nov 2011 10:13:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Fungsi String: Split Berdasarkan Karakter</title>
		<link>http://blog.hafidz.web.id/2010/12/10/fungsi-string-split-berdasarkan-karakter/</link>
		<comments>http://blog.hafidz.web.id/2010/12/10/fungsi-string-split-berdasarkan-karakter/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 14:45:13 +0000</pubDate>
		<dc:creator>hafidz</dc:creator>
				<category><![CDATA[server]]></category>
		<category><![CDATA[teknologia]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://blog.hafidz.web.id/?p=482</guid>
		<description><![CDATA[Basic SQL, pada postgres, untuk memisahkan string menjadi dua. Untuk memecah string menjadi dua baris data bisa menggunakan fungsi regexp_split_to_table. Misal saya mau memisahkan &#8220;kaskus/detik&#8221; pada field KOLOM berdasarkan karakter &#8220;/&#8221; regexp_split_to_table&#40;KOLOM, E'\\/+'&#41; Hasil (2 baris): kaskus detik &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- Menggunakan fungsi INSTR. Merupakan fungsi dari Oracle, create dulu di postgres. Mengambil string di depan &#8220;/&#8221; [...]]]></description>
		<wfw:commentRss>http://blog.hafidz.web.id/2010/12/10/fungsi-string-split-berdasarkan-karakter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Porting Fungsi INSTR Oracle ke Postgres</title>
		<link>http://blog.hafidz.web.id/2010/12/10/porting-fungsi-instr-oracle-ke-postgres/</link>
		<comments>http://blog.hafidz.web.id/2010/12/10/porting-fungsi-instr-oracle-ke-postgres/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 14:28:14 +0000</pubDate>
		<dc:creator>hafidz</dc:creator>
				<category><![CDATA[server]]></category>
		<category><![CDATA[teknologia]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[instr]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[postgres]]></category>

		<guid isPermaLink="false">http://blog.hafidz.web.id/?p=480</guid>
		<description><![CDATA[This is just a note on the blog… numpang catatan :p PORTING FUNGSI INSTR ORACLE KE POSTGRES &#160; ------------------- This section contains the code for a set of Oracle-compatible instr functions that you can use to simplify your porting efforts. &#160; -- -- instr functions that mimic Oracle's counterpart -- Syntax: instr(string1, string2, [n], [m]) [...]]]></description>
		<wfw:commentRss>http://blog.hafidz.web.id/2010/12/10/porting-fungsi-instr-oracle-ke-postgres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keanehan hari ini &#8230;. :(</title>
		<link>http://blog.hafidz.web.id/2008/03/26/keanehan-hari-ini/</link>
		<comments>http://blog.hafidz.web.id/2008/03/26/keanehan-hari-ini/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 07:57:55 +0000</pubDate>
		<dc:creator>hafidz</dc:creator>
				<category><![CDATA[bla bla]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[teknologia]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flock]]></category>
		<category><![CDATA[postgres]]></category>

		<guid isPermaLink="false">http://blog.hafidz.web.id/2008/03/26/keanehan-hari-ini/</guid>
		<description><![CDATA[Keanehan hari ini&#8230; Service Apache di laptop tau-tau nggak mau jalan, padahal sebelumnya service Postgres juga masih ngambek. Kalo di start langsung stop lagi, &#8220;&#8230;. Some services stop automatically if they have no work to do &#8230;.&#8221; But I have work to do! Setelah di uninstall/install ulang masih sama juga. Restore file konfigurasi juga nihil [...]]]></description>
		<wfw:commentRss>http://blog.hafidz.web.id/2008/03/26/keanehan-hari-ini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

