<?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:media="http://search.yahoo.com/mrss/">

<channel>
	<title>coolchevy&#039;s blog &#124; Life and experience &#187; postgresql</title>
	<atom:link href="http://coolchevy.org.ua/tag/postgresql/feed/" rel="self" type="application/rss+xml" />
	<link>https://coolchevy.org.ua</link>
	<description>мій особистий блог &#124; нотатки</description>
	<lastBuildDate>Tue, 03 Jan 2012 16:52:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Retrieving elements in a specific order in django</title>
		<link>https://coolchevy.org.ua/2011/12/02/retrieving-elements-in-a-specific-order-in-django/</link>
		<comments>https://coolchevy.org.ua/2011/12/02/retrieving-elements-in-a-specific-order-in-django/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 23:45:48 +0000</pubDate>
		<dc:creator>coolchevy</dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[orm]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.coolchevy.org.ua/?p=1018</guid>
		<description><![CDATA[If you have a list of ordered ids and you want to turn them into an ordered result set you can use FIELD() in mysql: SELECT * FROM addons ORDER BY FIELD(id, 3, 5, 9, 1); This is a handy trick if you use an external search engine which gives you an ordered list of [...]]]></description>
		<wfw:commentRss>https://coolchevy.org.ua/2011/12/02/retrieving-elements-in-a-specific-order-in-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade postgresql-8.3 to postgresql-9.0</title>
		<link>https://coolchevy.org.ua/2011/05/08/upgrade-postgresql-8-3-to-postgresql-9-0/</link>
		<comments>https://coolchevy.org.ua/2011/05/08/upgrade-postgresql-8-3-to-postgresql-9-0/#comments</comments>
		<pubDate>Sun, 08 May 2011 10:36:33 +0000</pubDate>
		<dc:creator>coolchevy</dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://www.coolchevy.org.ua/?p=791</guid>
		<description><![CDATA[Howto upgrade your postgresql-8.3 to postgresql-9.0 Install postgresql-9.0 #pg_dropcluster --stop 9.0 main #pg_upgradecluster 9.0 main #pg_dropcluster --stop 8.3 main #apt-get remove postgresql-8.3]]></description>
		<wfw:commentRss>https://coolchevy.org.ua/2011/05/08/upgrade-postgresql-8-3-to-postgresql-9-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>django postgresql та SCHEMA для таблиць</title>
		<link>https://coolchevy.org.ua/2009/12/21/django-postgresql-ta-schema-dlya-tablyts/</link>
		<comments>https://coolchevy.org.ua/2009/12/21/django-postgresql-ta-schema-dlya-tablyts/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 19:12:10 +0000</pubDate>
		<dc:creator>coolchevy</dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.coolchevy.org.ua/?p=223</guid>
		<description><![CDATA[Перекопав документацію та код django 1.0 та 1.1, зрозумів що можилвості вказувати схему на кожну модель немає, знайшов просте вирішення проблеми Треба просто вказати в &#8220;Meta&#8221; класі моделі схему разом з таблицею, але запрацювало лише хитрим способом: .... class Meta: db_table = 'scheme\".\"table' ... обговорення даного питання ведуться у тікеті #6148]]></description>
		<wfw:commentRss>https://coolchevy.org.ua/2009/12/21/django-postgresql-ta-schema-dlya-tablyts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

