<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Anatoliy Belsky - PostgreSQL</title>
    <link>http://belsky.info/</link>
    <description>That's what I'm thinking ...  </description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Using great Geonames database for geographical data handling</title>
    <link>http://belsky.info/archives/29-Using-great-Geonames-database-for-geographical-data-handling.html</link>
            <category>Bash</category>
            <category>Linux</category>
            <category>PostgreSQL</category>
            <category>Web</category>
    
    <comments>http://belsky.info/archives/29-Using-great-Geonames-database-for-geographical-data-handling.html#comments</comments>
    <wfw:comment>http://belsky.info/wfwcomment.php?cid=29</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://belsky.info/rss.php?version=2.0&amp;type=comments&amp;cid=29</wfw:commentRss>
    

    <author>nospam@example.com (Anatoliy Belsky)</author>
    <content:encoded>
    This time I needed some geographical data evaluation for one of my current projects. The data used to be opensource and as possible qualitative and complete. After spending some time in front of the famous search engine window there was a solution: &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.geonames.org/&quot;&gt;http://www.geonames.org/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
That&#039;s the first sentence from the site:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;The GeoNames geographical database covers all countries and contains over eight million placenames that are available for download free of charge.&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Geonames is used by number of sites. Besides data it has also web services and code libraries in many programming languages to access them. &lt;br /&gt;&lt;a href=&quot;http://belsky.info/archives/29-Using-great-Geonames-database-for-geographical-data-handling.html#extended&quot;&gt;Continue reading &quot;Using great Geonames database for geographical data handling&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 03 Jun 2010 13:57:19 +0200</pubDate>
    <guid isPermaLink="false">http://belsky.info/archives/29-guid.html</guid>
    
</item>
<item>
    <title>Don't underestimate SQL</title>
    <link>http://belsky.info/archives/18-Dont-underestimate-SQL.html</link>
            <category>Bash</category>
            <category>PostgreSQL</category>
            <category>Python</category>
    
    <comments>http://belsky.info/archives/18-Dont-underestimate-SQL.html#comments</comments>
    <wfw:comment>http://belsky.info/wfwcomment.php?cid=18</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://belsky.info/rss.php?version=2.0&amp;type=comments&amp;cid=18</wfw:commentRss>
    

    <author>nospam@example.com (Anatoliy Belsky)</author>
    <content:encoded>
    Hi there.&lt;br /&gt;
&lt;br /&gt;
The things I wanna to talk about today are - relational databases building. Particularly I would discuss such the attainments of relational sql as join and subselect. For my experiment I&#039;ll take PostgreSQL and Python.&lt;br /&gt;
&lt;br /&gt;
So, lets start:&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;b&gt;BASH:&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;pre class=&quot;bash&quot; style=&quot;color: #000066; border: 1px solid #d0d0d0; background-color: #f0f0f0;padding-left: 3px;&quot;&gt;user@host~$ &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;su&lt;/span&gt; postgres
postgres@host~$ createuser -P &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;test&lt;/span&gt;
Enter password &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; new role:
Enter it again:
Shall the new role be a superuser? &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;y/n&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; n
Shall the new role be allowed to create &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;more&lt;/span&gt; new roles? &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;y/n&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; n
postgres@host~$ createdb &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;test&lt;/span&gt;
postgres@host~$ &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;exit&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;&lt;a href=&quot;http://belsky.info/archives/18-Dont-underestimate-SQL.html#extended&quot;&gt;Continue reading &quot;Don&#039;t underestimate SQL&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 27 Apr 2008 21:37:00 +0200</pubDate>
    <guid isPermaLink="false">http://belsky.info/archives/18-guid.html</guid>
    
</item>

</channel>
</rss>