<?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>imitatio creatio</title>
	<atom:link href="http://filip.rembialkowski.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://filip.rembialkowski.net</link>
	<description>co we łbie piszczy</description>
	<lastBuildDate>Mon, 08 Mar 2010 13:23:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>dynamic SQL parameters in PL/PgSQL functions</title>
		<link>http://filip.rembialkowski.net/dynamic-sql-parameters-in-plpgsql-functions/</link>
		<comments>http://filip.rembialkowski.net/dynamic-sql-parameters-in-plpgsql-functions/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 13:22:34 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[plpgsql]]></category>
		<category><![CDATA[postgres]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/?p=521</guid>
		<description><![CDATA[It pays to read documentation.
From PostgreSQL 8.3 to 8.4 there was one interesting addon for plpgsql: ability to pass parameter values directly into EXECUTE.
Of course depesz wrote about it. And I did read it; But still (by routine) I was using something like:


sql_query := 'SELECT foo FROM bar JOIN baz USING (barbaz) WHERE baz.id = [...]]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/dynamic-sql-parameters-in-plpgsql-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>postgres schemagrep function</title>
		<link>http://filip.rembialkowski.net/postgres-schemagrep-function/</link>
		<comments>http://filip.rembialkowski.net/postgres-schemagrep-function/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 11:24:03 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[postgres]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/?p=516</guid>
		<description><![CDATA[From time to time, I need to "grep" database schema to locate some database objects.
One possibility is to dump the whole schema to file (pg_dump -s DBNAME) and use your text editor to browse it. It is quite handy and I actually use it a lot.
But sometimes, it is more convenient to have this "grep-like" [...]]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/postgres-schemagrep-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iterate over a table in PostgreSQL vs SAS</title>
		<link>http://filip.rembialkowski.net/iterate-over-a-table-in-postgresql-vs-sas/</link>
		<comments>http://filip.rembialkowski.net/iterate-over-a-table-in-postgresql-vs-sas/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 16:44:40 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[plpgsql]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[sas]]></category>
		<category><![CDATA[sas 4gl]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/?p=490</guid>
		<description><![CDATA[I have struggled how to achieve something like this in SAS.
(you can read it as pseudocode but it's real PL/PgSQL):


DO $this$
DECLARE my_table name;
BEGIN;
    -- iterate over table names
    FOR my_table IN SELECT nazwa FROM tabele
    LOOP
        sql := 'CREATE [...]]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/iterate-over-a-table-in-postgresql-vs-sas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>american dream</title>
		<link>http://filip.rembialkowski.net/american-dream/</link>
		<comments>http://filip.rembialkowski.net/american-dream/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 22:45:16 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[film]]></category>
		<category><![CDATA[kino drogi]]></category>
		<category><![CDATA[USA]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/?p=492</guid>
		<description><![CDATA[Hosanna! wreszcie obejrzę film widmo który ścigał mnie przez ostatnie kilka lat. Właściwie - od czasu gdy po raz pierwszy zobaczyłem Arizona Dream. [ BTW - zasadniczo jestem WYZNAWCĄ Kusturicy ]
No i właśnie teraz, w kolekcji kolegi [ misiekbest - dzięki! ] wyhaczyłem North By Northwest. I skojarzyłem że to właśnie z tego filmu pochodzi [...]]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/american-dream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Globalne ocieplenie wg Eskimosów</title>
		<link>http://filip.rembialkowski.net/globalne-ocieplenie-wg-eskimosow/</link>
		<comments>http://filip.rembialkowski.net/globalne-ocieplenie-wg-eskimosow/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 21:47:34 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[cytaty]]></category>
		<category><![CDATA[ekologia]]></category>
		<category><![CDATA[globalne ocieplenie]]></category>
		<category><![CDATA[książki]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/?p=486</guid>
		<description><![CDATA[Angaangaq, szaman Inuków:
Nigdy nie używam określenia zmiana klimatu. Klimat Matki Ziemi zawsze się zmieniał. Dziś jednak stanowczo za szybko topnieje nasz lód. Naukowcy wciąż spierają się, jakie są tego przyczyny. Gdyby zapytano nas, podalibyśmy odpowiedź. Lód nie topnieje z powodu benzyny ani węgla. Topnieje z powodu opon samochodowych, których używają niemal wszyscy. Zawsze kiedy samochód [...]]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/globalne-ocieplenie-wg-eskimosow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bezbarwne</title>
		<link>http://filip.rembialkowski.net/bezbarwne/</link>
		<comments>http://filip.rembialkowski.net/bezbarwne/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 06:24:56 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[olechowski]]></category>
		<category><![CDATA[polityka]]></category>
		<category><![CDATA[polska]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/?p=483</guid>
		<description><![CDATA[Po lekturze mini-wywiadu z niejakim p. Olechowskim, wczesnym kandydatem na urząd Prezydenta RP:
Mówiąc o agresji we współczesnej polityce, Olechowski część odpowiedzialności złożył na media, które zestawiają z sobą antagonistycznych polityków. - Od pewnego czasu, dzięki dziennikarzom powstał model wojownika. (...) A celem polityka nie jest przecież pokonanie drugiego polityka, ale to by w Polsce się [...]]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/bezbarwne/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>postgresql and some grsec kernels = FAIL</title>
		<link>http://filip.rembialkowski.net/postgresql-and-grsecurity-fail/</link>
		<comments>http://filip.rembialkowski.net/postgresql-and-grsecurity-fail/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 10:21:55 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[grsec]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[segfault]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/?p=464</guid>
		<description><![CDATA[Short message: Do not run postgres on some grsec - patched kernels.
Disclaimer: I write this just because I didn't find any clear explanations of the problem on the net, and I feel that such note can be useful for other who have this problem. I'm not an expert on grsec.
The story
A friend of mine had [...]]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/postgresql-and-grsecurity-fail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>degeneracja?</title>
		<link>http://filip.rembialkowski.net/degeneracja/</link>
		<comments>http://filip.rembialkowski.net/degeneracja/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 07:08:56 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[społeczeństwo]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/?p=461</guid>
		<description><![CDATA[Zwłoki klienta kilka godzin leżały przy kasie.
Pierwsza sprawa - instytucje zdejmują z nas odpowiedzialność za wszystko. "Policja się tym zajmie". "Przecież jest policja". Już widzę te zażenowane miny klientów hipermarketu... "hmm Jasiu może pójdziemy do innej kasy".
Druga sprawa - jest jakaś taka tendencja, że nadmiar regulacji prawno-społecznych blokuje wszystko. Np. powszechne jest, że ze strachu [...]]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/degeneracja/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>tulimy!</title>
		<link>http://filip.rembialkowski.net/tulimy/</link>
		<comments>http://filip.rembialkowski.net/tulimy/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 00:23:21 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[polska]]></category>
		<category><![CDATA[rosja]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/?p=420</guid>
		<description><![CDATA[Jan Herman: Przytulić Ruskiego :: Studio Opinii.
	- ech, dusza się ściska ze wzruszenia. Że można tak zrozumieć się, pobratać, przytulić Ruskiego.
TULIMY!!!! jesteśmy jedną wielką słowiańską rodziną!
Sentyment, sympatia do "Ruskiego" w Polsce jest silny, równie silny jak nienawiść do jego matuszki Rosji.
nie powiem żebym tego sam nie czuł.
Ale coś w tym jest nie do końca... uczciwe? [...]]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/tulimy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>District 9 &#8211; opadła mi szczęka</title>
		<link>http://filip.rembialkowski.net/district-9-opadla-mi-szczeka/</link>
		<comments>http://filip.rembialkowski.net/district-9-opadla-mi-szczeka/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 00:21:40 +0000</pubDate>
		<dc:creator>filip</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[film]]></category>
		<category><![CDATA[SF]]></category>

		<guid isPermaLink="false">http://filip.rembialkowski.net/?p=439</guid>
		<description><![CDATA[Ale opadła mi też trochę pierwsza entuzjastyczna reakcja; po przeczytaniu kilku kwaśnych recenzji przyznaję, że w istocie: film ma dziury logiczne, jest naiwny, nie ma pełnego rozwinięcia, nie jest rewolucją.
Ale wg mnie nadal jest to nadal najlepsza produkcja filmowej SF od ładnych paru lat.
Dziury logiczne - darowuję w zamian za świetne pytania które film - [...]]]></description>
		<wfw:commentRss>http://filip.rembialkowski.net/district-9-opadla-mi-szczeka/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
