<?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/"
   xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
<channel>
    <title>Il blog di Enrico Pirozzi - Postgresql</title>
    <link>http://www.enricopirozzi.info/</link>
    <description>Le pagine personali di Enrico Pirozzi</description>
    <dc:language>it</dc:language>
    <generator>Serendipity 1.1.2 - http://www.s9y.org/</generator>
    <pubDate>Fri, 27 Nov 2009 17:41:36 GMT</pubDate>

    <image>
        <url>http://www.enricopirozzi.info/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Il blog di Enrico Pirozzi - Postgresql - Le pagine personali di Enrico Pirozzi</title>
        <link>http://www.enricopirozzi.info/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Una nuova veste grafica di PgTraining in vista del nuovo pgday italiano</title>
    <link>http://www.enricopirozzi.info/index.php?/archives/106-Una-nuova-veste-grafica-di-PgTraining-in-vista-del-nuovo-pgday-italiano.html</link>
            <category>Postgresql</category>
    
    <comments>http://www.enricopirozzi.info/index.php?/archives/106-Una-nuova-veste-grafica-di-PgTraining-in-vista-del-nuovo-pgday-italiano.html#comments</comments>
    <wfw:comment>http://www.enricopirozzi.info/wfwcomment.php?cid=106</wfw:comment>

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

    <author>nospam@example.com (scotty)</author>
    <content:encoded>
    Nuova veste grafica e aggiunti i materiali didattici per PgTraining, ad un anno dalla sua nascita il restauro è stato necessario in vista del nuovo &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.pgday.it&#039;);&quot; href=&quot;http://www.pgday.it&quot;  title=&quot;Sito PgDay italiano 2009&quot;&gt;pgday&lt;/a&gt; italiano di cui PgTraining è sponsor bronze.&lt;br /&gt;
Buona consultazione su &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.pgtraining.com&#039;);&quot; href=&quot;http://www.pgtraining.com&quot;  title=&quot;www.pgtraining.com&quot;&gt;www.pgtraining.com &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.pgtraining.com/sites/default/files/pgday2009.jpg&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 26 Nov 2009 00:09:58 +0100</pubDate>
    <guid isPermaLink="false">http://www.enricopirozzi.info/index.php?/archives/106-guid.html</guid>
    
</item>
<item>
    <title> Shared memory su Mac OsX</title>
    <link>http://www.enricopirozzi.info/index.php?/archives/104-Shared-memory-su-Mac-OsX.html</link>
            <category>Postgresql</category>
    
    <comments>http://www.enricopirozzi.info/index.php?/archives/104-Shared-memory-su-Mac-OsX.html#comments</comments>
    <wfw:comment>http://www.enricopirozzi.info/wfwcomment.php?cid=104</wfw:comment>

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

    <author>nospam@example.com (scotty)</author>
    <content:encoded>
    Nel compilare PostgreSQL sul mio Macbook ho notato che quando da utente postgresql andavo ad eseguire&lt;br /&gt;
&lt;br /&gt;
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data&lt;br /&gt;
&lt;br /&gt;
ottenevo un errore in quanto avevo poca shared memory a disposizione, la soluzione al problema è la seguente:&lt;br /&gt;
&lt;br /&gt;
1) andare in /etc come utente root&lt;br /&gt;
2) fare una copia del file sysctl.conf con cp sysctl.conf sysctl.old&lt;br /&gt;
3) Modificare in questo modo il file sysctl.conf&lt;br /&gt;
&lt;br /&gt;
kern.sysv.shmmax=167772160&lt;br /&gt;
kern.sysv.shmmin=1&lt;br /&gt;
kern.sysv.shmmni=32&lt;br /&gt;
kern.sysv.shmseg=8&lt;br /&gt;
kern.sysv.shmall=65536&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
A questo punto rilanciare il comando /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data e il gioco è fatto&lt;br /&gt;
&lt;br /&gt;
Enjoy !! &lt;img src=&quot;http://www.enricopirozzi.info/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Enrico 
    </content:encoded>

    <pubDate>Tue, 17 Nov 2009 21:36:10 +0100</pubDate>
    <guid isPermaLink="false">http://www.enricopirozzi.info/index.php?/archives/104-guid.html</guid>
    
</item>
<item>
    <title>Ruby - Postgresql Istruzioni per l'uso</title>
    <link>http://www.enricopirozzi.info/index.php?/archives/102-Ruby-Postgresql-Istruzioni-per-luso.html</link>
            <category>Postgresql</category>
    
    <comments>http://www.enricopirozzi.info/index.php?/archives/102-Ruby-Postgresql-Istruzioni-per-luso.html#comments</comments>
    <wfw:comment>http://www.enricopirozzi.info/wfwcomment.php?cid=102</wfw:comment>

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

    <author>nospam@example.com (scotty)</author>
    <content:encoded>
    &lt;B&gt;Ruby&lt;/B&gt;&lt;br /&gt;
Nota tutta la procedura si intende utilizzata in ambiente shell &lt;B&gt;bash&lt;/B&gt; e &lt;B&gt;PostgreSQL &lt;/B&gt; compilato in /usr/local/pgsql direttamente dal codice sorgente&lt;br /&gt;
&lt;br /&gt;
Scarichiamo il pacchetto&lt;br /&gt;
&lt;br /&gt;
$ wget -c ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p72.tar.gz&lt;br /&gt;
$ tar xvfz ruby-1.8.7-p72.tar.gz &lt;br /&gt;
$cd ruby-1.8.7-p72&lt;br /&gt;
&lt;br /&gt;
$ ./configure --prefix=/usr/local/ruby&lt;br /&gt;
$ make&lt;br /&gt;
$sudo su&lt;br /&gt;
# make install&lt;br /&gt;
&lt;br /&gt;
lanciamo ruby con &lt;br /&gt;
# /usr/local/ruby/bin/ruby --version&lt;br /&gt;
# ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-linux]&lt;br /&gt;
&lt;br /&gt;
&lt;B&gt;Modulo Ruby - PG &lt;/B&gt;&lt;br /&gt;
$ wget -c http://rubyforge.org/frs/download.php/54107/ruby-pg-0.8.0.tar.gz&lt;br /&gt;
&lt;br /&gt;
$ tar xvfz ruby-pg-0.8.0.tar.gz&lt;br /&gt;
$ cd ruby-pg-0.8.0&lt;br /&gt;
&lt;br /&gt;
$ export PATH=$PATH:/usr/local/pgsql/bin/&lt;br /&gt;
&lt;br /&gt;
$ /usr/local/ruby/bin/ruby ext/extconf.rb --with-pgsql-include=/usr/local/pgsql/include --with-pgsql-lib=/usr/local/pgsql/lib&lt;br /&gt;
&lt;br /&gt;
$ make&lt;br /&gt;
$ sudo su&lt;br /&gt;
# make install&lt;br /&gt;
&lt;br /&gt;
&lt;B&gt;Esempio &lt;/B&gt;&lt;br /&gt;
#! /usr/bin/env ruby&lt;br /&gt;
#&lt;br /&gt;
# original file src/test/examples/testlibpq.c&lt;br /&gt;
# &lt;br /&gt;
require &#039;pg&#039;&lt;br /&gt;
&lt;br /&gt;
def main&lt;br /&gt;
  pghost = &quot;127.0.0.1&quot;&lt;br /&gt;
  pgport = &quot;5432&quot;&lt;br /&gt;
  pgoptions = nil&lt;br /&gt;
  pgtty = nil&lt;br /&gt;
  dbname = &quot;testdb&quot;&lt;br /&gt;
  login = &quot;postgres&quot;&lt;br /&gt;
  password = nil&lt;br /&gt;
  begin&lt;br /&gt;
    conn = PGconn.connect(pghost,pgport,pgoptions,pgtty,dbname,login,password)&lt;br /&gt;
    if $DEBUG&lt;br /&gt;
      fd = open(&quot;/tmp/trace.out&quot;,&quot;w&quot;)&lt;br /&gt;
      conn.trace(fd)&lt;br /&gt;
    end &lt;br /&gt;
    res = conn.exec(&quot;BEGIN&quot;)&lt;br /&gt;
    res.clear&lt;br /&gt;
    res = conn.query(&quot;select id_user,firstname,email from user order by 2&quot;)&lt;br /&gt;
	&lt;br /&gt;
	res.each do |row|&lt;br /&gt;
          puts &quot;#{row[&#039;id_user&#039;]} #{row[&#039;firstname&#039;]} #{row[&#039;email&#039;]}&quot;&lt;br /&gt;
       end&lt;br /&gt;
    end&lt;br /&gt;
	&lt;br /&gt;
   res.clear&lt;br /&gt;
   res = conn.exec(&quot;COMMIT&quot;)&lt;br /&gt;
   res.clear&lt;br /&gt;
   conn.close&lt;br /&gt;
&lt;br /&gt;
end &lt;br /&gt;
main&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 18 Jun 2009 10:27:05 +0200</pubDate>
    <guid isPermaLink="false">http://www.enricopirozzi.info/index.php?/archives/102-guid.html</guid>
    
</item>
<item>
    <title>EnterpriseDB rilascia la versione 8.3R2 di Postgres Plus Advanced Server </title>
    <link>http://www.enricopirozzi.info/index.php?/archives/101-EnterpriseDB-rilascia-la-versione-8.3R2-di-Postgres-Plus-Advanced-Server.html</link>
            <category>Postgresql</category>
    
    <comments>http://www.enricopirozzi.info/index.php?/archives/101-EnterpriseDB-rilascia-la-versione-8.3R2-di-Postgres-Plus-Advanced-Server.html#comments</comments>
    <wfw:comment>http://www.enricopirozzi.info/wfwcomment.php?cid=101</wfw:comment>

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

    <author>nospam@example.com (scotty)</author>
    <content:encoded>
    Tutti i dettagli su : &lt;br /&gt;
&lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.enterprisedb.com/company/news_events/press_releases/2009_14.do&#039;);&quot; href=&quot;http://www.enterprisedb.com/company/news_events/press_releases/2009_14.do&quot; &gt;http://www.enterprisedb.com/company/news_events/press_releases/2009_14.do&lt;/a&gt; 
    </content:encoded>

    <pubDate>Wed, 17 Jun 2009 10:48:31 +0200</pubDate>
    <guid isPermaLink="false">http://www.enricopirozzi.info/index.php?/archives/101-guid.html</guid>
    
</item>
<item>
    <title>Corsi Postgresql - Ultimi feedback</title>
    <link>http://www.enricopirozzi.info/index.php?/archives/100-Corsi-Postgresql-Ultimi-feedback.html</link>
            <category>Postgresql</category>
    
    <comments>http://www.enricopirozzi.info/index.php?/archives/100-Corsi-Postgresql-Ultimi-feedback.html#comments</comments>
    <wfw:comment>http://www.enricopirozzi.info/wfwcomment.php?cid=100</wfw:comment>

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

    <author>nospam@example.com (scotty)</author>
    <content:encoded>
    &lt;strong&gt;Corso PostgreSQL  3 Giorni:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
 Corso molto interessante e mirato nei contenuti. Il docente ha saputo spiegare in modo completo sia l&#039;aspetto di amministrazione che quello di sviluppo dimostrando competenze a 360 gradi sul mondo PostgreSQL. Probabilmete per affrontare le caratteristiche più particolari e analizzare gli aspetti più avanzati sarebbe servito ancora un giorno o due.&lt;br /&gt;
Giudizio complessivo: Ottimo ”&lt;br /&gt;
    &lt;em&gt;Gianluca Tapparo Gruppo SinTeSi - Torino Marzo 2009&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Minicorso PostgreSQL 4 ore personalizzato :&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
 “  In 4 ore di corso l&#039;ing. Pirozzi e&#039; riuscito a veicolare molte più informazioni di quante io ne abbia potute trovare e vagliare in Rete; senza dubbio con un notevole risparmio di tempo, denaro e mal di testa... La sua competenza - che non è mai mostrata con supponenza ma sempre con una simpatica cordialità, che non guasta! - è assolutamente evidente: sopratutto nei vari confronti che riesce a fare fra le varie tecnologie di db disponibili sul mercato. E&#039; stato disponibile alle mie esigenze, approfondendo i temi che io ritenevo necessari e sveltendo l&#039;esposizione su altri meno affini alle mie conoscenze; chiaro nell&#039;esposizione e comunque mai troppo banalmente concettuoso (fondamentale per me, che non sono di formazione tecnica). ”&lt;br /&gt;
       &lt;em&gt;Roberto Marzialetti, software develeper Montegiorgio - AP Giugno 2009&lt;/em&gt; 
    </content:encoded>

    <pubDate>Wed, 10 Jun 2009 14:46:12 +0200</pubDate>
    <guid isPermaLink="false">http://www.enricopirozzi.info/index.php?/archives/100-guid.html</guid>
    
</item>
<item>
    <title>PostgreSQL Conference, West 2008 </title>
    <link>http://www.enricopirozzi.info/index.php?/archives/98-PostgreSQL-Conference,-West-2008.html</link>
            <category>Postgresql</category>
    
    <comments>http://www.enricopirozzi.info/index.php?/archives/98-PostgreSQL-Conference,-West-2008.html#comments</comments>
    <wfw:comment>http://www.enricopirozzi.info/wfwcomment.php?cid=98</wfw:comment>

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

    <author>nospam@example.com (scotty)</author>
    <content:encoded>
    Alcuni Talk della PostgreSQL Conference, West 2008 &lt;br /&gt;
&lt;br /&gt;
&lt;object width=&quot;400&quot; height=&quot;225&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;movie&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=3728119&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1&quot; /&gt;&lt;embed src=&quot;http://vimeo.com/moogaloop.swf?clip_id=3728119&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; width=&quot;400&quot; height=&quot;225&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/vimeo.com/3728119&#039;);&quot; href=&quot;http://vimeo.com/3728119&quot;&gt;Developing a PL (Procedural Language) for PostgreSQL&lt;/a&gt; from &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/vimeo.com/user1177559&#039;);&quot; href=&quot;http://vimeo.com/user1177559&quot;&gt;Joshua Drake&lt;/a&gt; on &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/vimeo.com&#039;);&quot; href=&quot;http://vimeo.com&quot;&gt;Vimeo&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;img style=&quot;visibility:hidden;width:0px;height:0px;&quot; border=0 width=0 height=0 src=&quot;http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyMzc*NTMwNTM*OTcmcHQ9MTIzNzQ1MzE2NDIwNCZwPTEwMTkxJmQ9Jmc9MiZ*PSZvPTQ2NTNjOWZmY2JhMTQyZTViMTFiYjE5ZTQ*MWRhMDI3.gif&quot; /&gt;&lt;div style=&quot;width:425px;text-align:left&quot; id=&quot;__ss_1160031&quot;&gt;&lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.slideshare.net/linuxpoet/developing-a-procedural-language-for-postgre-sql?type=presentation&#039;);&quot; style=&quot;font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;&quot; href=&quot;http://www.slideshare.net/linuxpoet/developing-a-procedural-language-for-postgre-sql?type=presentation&quot; title=&quot;Developing A Procedural Language For Postgre Sql&quot;&gt;Developing A Procedural Language For Postgre Sql&lt;/a&gt;&lt;object style=&quot;margin:0px&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://static.slideshare.net/swf/ssplayer2.swf?doc=developingaprocedurallanguageforpostgresql-090317165525-phpapp02&amp;stripped_title=developing-a-procedural-language-for-postgre-sql&quot; /&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;/&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;/&gt;&lt;embed src=&quot;http://static.slideshare.net/swf/ssplayer2.swf?doc=developingaprocedurallanguageforpostgresql-090317165525-phpapp02&amp;stripped_title=developing-a-procedural-language-for-postgre-sql&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div style=&quot;font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;&quot;&gt;View more &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.slideshare.net/&#039;);&quot; style=&quot;text-decoration:underline;&quot; href=&quot;http://www.slideshare.net/&quot;&gt;presentations&lt;/a&gt; from &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.slideshare.net/linuxpoet&#039;);&quot; style=&quot;text-decoration:underline;&quot; href=&quot;http://www.slideshare.net/linuxpoet&quot;&gt;Joshua Drake&lt;/a&gt;.&lt;/div&gt;&lt;/div&gt; 
    </content:encoded>

    <pubDate>Thu, 19 Mar 2009 09:56:33 +0100</pubDate>
    <guid isPermaLink="false">http://www.enricopirozzi.info/index.php?/archives/98-guid.html</guid>
    
</item>
<item>
    <title>ssh tunnel PostgreSQL</title>
    <link>http://www.enricopirozzi.info/index.php?/archives/96-ssh-tunnel-PostgreSQL.html</link>
            <category>Postgresql</category>
    
    <comments>http://www.enricopirozzi.info/index.php?/archives/96-ssh-tunnel-PostgreSQL.html#comments</comments>
    <wfw:comment>http://www.enricopirozzi.info/wfwcomment.php?cid=96</wfw:comment>

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

    <author>nospam@example.com (scotty)</author>
    <content:encoded>
    Piccola Tip per tunnellizzare tramite ssh una connessione remota postgresql verso una porta locale&lt;br /&gt;
&lt;br /&gt;
ssh -p porta -L portalocale:localhost:5432 root@ipremoto 
    </content:encoded>

    <pubDate>Wed, 28 Jan 2009 15:02:47 +0100</pubDate>
    <guid isPermaLink="false">http://www.enricopirozzi.info/index.php?/archives/96-guid.html</guid>
    
</item>
<item>
    <title>Slides Corso Postgresql</title>
    <link>http://www.enricopirozzi.info/index.php?/archives/94-Slides-Corso-Postgresql.html</link>
            <category>Postgresql</category>
    
    <comments>http://www.enricopirozzi.info/index.php?/archives/94-Slides-Corso-Postgresql.html#comments</comments>
    <wfw:comment>http://www.enricopirozzi.info/wfwcomment.php?cid=94</wfw:comment>

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

    <author>nospam@example.com (scotty)</author>
    <content:encoded>
    Qui sotto posto alcune delle slide sui corsi PostgreSQL da me tenuti attraverso &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.pgtraining.com&#039;);&quot; href=&quot;http://www.pgtraining.com&quot;&gt;www.pgtrining.com&lt;/a&gt;, sperando di fare cosa utile.&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt; &lt;a href=&quot;uploads/corso-web/intro.pdf&quot;&gt;Introduzione a postgresql &lt;/a&gt;&lt;br /&gt;
&lt;li&gt; &lt;a href=&quot;uploads/corso-web/installazione.pdf&quot;&gt;Installazione PostgreSQL in ambiente Windows&lt;/a&gt;&lt;br /&gt;
&lt;li&gt; &lt;a href=&quot;uploads/corso-web/prima-configurazione.pdf&quot;&gt;Prima configurazione di rete di PostgreSQL &lt;/a&gt;&lt;br /&gt;
&lt;li&gt; &lt;a href=&quot;uploads/corso-web/arch1.pdf&quot;&gt;Architettura di storage &lt;/a&gt;&lt;br /&gt;
&lt;li&gt; &lt;a href=&quot;uploads/corso-web/arch2.pdf&quot;&gt;Architettura per la gestione dei processi &lt;/a&gt;&lt;br /&gt;
&lt;li&gt; &lt;a href=&quot;uploads/corso-web/arch3.pdf&quot;&gt;Transazioni e concorrenza 1&lt;/a&gt;&lt;br /&gt;
&lt;li&gt; &lt;a href=&quot;uploads/corso-web/arch4.pdf&quot;&gt;Transazioni e concorrenza 2&lt;/a&gt;&lt;br /&gt;
&lt;li&gt; &lt;a href=&quot;uploads/corso-web/partitioning.pdf&quot;&gt;Partitioning&lt;/a&gt;&lt;br /&gt;
&lt;li&gt; &lt;a href=&quot;uploads/corso-web/pitr.pdf&quot;&gt;Point in time recovery&lt;/a&gt;&lt;br /&gt;
&lt;li&gt; &lt;a href=&quot;uploads/corso-web/tuning1.pdf&quot;&gt;Tuning&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/creativecommons.org/licenses/by-nd/2.5/it/&#039;);&quot; rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nd/2.5/it/&quot;&gt;&lt;img alt=&quot;Creative Commons License&quot; style=&quot;border-width:0&quot; src=&quot;http://i.creativecommons.org/l/by-nd/2.5/it/88x31.png&quot; /&gt;&lt;BR /&gt;Le slide sono in licenza Creative commons&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;span xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; href=&quot;http://purl.org/dc/dcmitype/Text&quot; property=&quot;dc:title&quot; rel=&quot;dc:type&quot;&gt;Corso PostgreSQL&lt;/span&gt; by &lt;a xmlns:cc=&quot;http://creativecommons.org/ns#&quot; href=&quot;http://www.enricopirozzi.info&quot; property=&quot;cc:attributionName&quot; rel=&quot;cc:attributionURL&quot;&gt;Enrico Pirozzi&lt;/a&gt; is licensed under a &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/creativecommons.org/licenses/by-nd/2.5/it/&#039;);&quot; rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nd/2.5/it/&quot;&gt;Creative Commons Attribuzione-Non opere derivate 2.5 Italia License&lt;/a&gt;.&lt;br /&gt;Permissions beyond the scope of this license may be available at &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.pgtraining.com&#039;);&quot; xmlns:cc=&quot;http://creativecommons.org/ns#&quot; href=&quot;http://www.pgtraining.com&quot; rel=&quot;cc:morePermissions&quot;&gt;www.pgtraining.com&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 27 Nov 2008 21:12:58 +0100</pubDate>
    <guid isPermaLink="false">http://www.enricopirozzi.info/index.php?/archives/94-guid.html</guid>
    
</item>
<item>
    <title>Pg Day - The dark side !!!</title>
    <link>http://www.enricopirozzi.info/index.php?/archives/93-Pg-Day-The-dark-side-!!!.html</link>
            <category>Postgresql</category>
    
    <comments>http://www.enricopirozzi.info/index.php?/archives/93-Pg-Day-The-dark-side-!!!.html#comments</comments>
    <wfw:comment>http://www.enricopirozzi.info/wfwcomment.php?cid=93</wfw:comment>

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

    <author>nospam@example.com (scotty)</author>
    <content:encoded>
    &lt;img src=&quot;http://photos-f.ak.facebook.com/photos-ak-sf2p/v354/145/56/588827881/n588827881_1045229_1449.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Chi saranno mai questi tre tipi?....&lt;br /&gt;
Da sinistra in piedi Osvaldo Tulini, a destra in piedi....e con i capelli Chris Mair, in basso tipo Venere sono io &lt;img src=&quot;http://www.enricopirozzi.info/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
Lo staff di Pg Training !!! Siamo stati presenti con due mini corsi uno riguardante la connessione C-libpq verso PostgreSQL e uno riguardante il Partitioning.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 19 Oct 2008 21:37:02 +0200</pubDate>
    <guid isPermaLink="false">http://www.enricopirozzi.info/index.php?/archives/93-guid.html</guid>
    
</item>
<item>
    <title>PG Training</title>
    <link>http://www.enricopirozzi.info/index.php?/archives/89-PG-Training.html</link>
            <category>Postgresql</category>
    
    <comments>http://www.enricopirozzi.info/index.php?/archives/89-PG-Training.html#comments</comments>
    <wfw:comment>http://www.enricopirozzi.info/wfwcomment.php?cid=89</wfw:comment>

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

    <author>nospam@example.com (scotty)</author>
    <content:encoded>
    Sta nascendo PG Training un sito rivolto alla promozione di corsi PostgreSQL tra i professionisti dell&#039;informatica. Per maggiori dettagli &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.pgtraining.com&#039;);&quot; href=&quot;http://www.pgtraining.com&quot;&gt;www.pgtraining.com&lt;/a&gt;.... Stay tuned &lt;img src=&quot;http://www.enricopirozzi.info/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 20 Sep 2008 03:22:48 +0200</pubDate>
    <guid isPermaLink="false">http://www.enricopirozzi.info/index.php?/archives/89-guid.html</guid>
    
</item>
<item>
    <title>Provincia di Milano: Corso PostrgreSQL</title>
    <link>http://www.enricopirozzi.info/index.php?/archives/86-Provincia-di-Milano-Corso-PostrgreSQL.html</link>
            <category>Postgresql</category>
    
    <comments>http://www.enricopirozzi.info/index.php?/archives/86-Provincia-di-Milano-Corso-PostrgreSQL.html#comments</comments>
    <wfw:comment>http://www.enricopirozzi.info/wfwcomment.php?cid=86</wfw:comment>

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

    <author>nospam@example.com (scotty)</author>
    <content:encoded>
    Appena tornato da Milano dove ho tenuto un corso PostgreSQL di 4 giorni su ammnistrazione e tuning ai programmatori e amministratori di sistema delle province di Milano e Monza-Brianza. Sono stati giorni molto intensi dal punto di vista lavorativo, con tante ore giornaliere, che però mi hanno dato molta soddisfazione. Ho trovato i ragazzi molto preparati e interessati. Il corso è stato il primo corso tenuto ufficialmente da &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.pgtraining.com/&#039;);&quot; href=&quot;http://www.pgtraining.com/&quot;&gt;PG Training&lt;/a&gt;. La settimana prossima Chris terra il corso di programmazione PostgreSQL.&lt;br /&gt;
Un in bocca al lupo ai miei allievi, e benvenuto nel mondo di PostgreSQL.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 19 Sep 2008 17:05:45 +0200</pubDate>
    <guid isPermaLink="false">http://www.enricopirozzi.info/index.php?/archives/86-guid.html</guid>
    
</item>
<item>
    <title>AP Camp</title>
    <link>http://www.enricopirozzi.info/index.php?/archives/80-AP-Camp.html</link>
            <category>Postgresql</category>
    
    <comments>http://www.enricopirozzi.info/index.php?/archives/80-AP-Camp.html#comments</comments>
    <wfw:comment>http://www.enricopirozzi.info/wfwcomment.php?cid=80</wfw:comment>

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

    <author>nospam@example.com (scotty)</author>
    <content:encoded>
    Ieri  sono stato presente all&#039; APCamp, un barcamp tenuto presso la facoltà di Architettura di Ascoli Piceno. E&#039; stato un piacevole pomeriggio con discussioni tecniche e non sul mondo web 2.0 e dintorni. Io ho presentato, insieme a Massimiliano e Osvaldo, il supporto di PostgreSQL e di &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.psql.it&#039;);&quot; href=&quot;http://www.psql.it&quot;  title=&quot;psql.it&quot;&gt;psql.it&lt;/a&gt; al mondo Web.Per maggiori dettagli visitate  questo &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/barcamp.pbwiki.com/APCamp&#039;);&quot; href=&quot;http://barcamp.pbwiki.com/APCamp&quot;  title=&quot;APCamp&quot;&gt; link&lt;/a&gt; 
    </content:encoded>

    <pubDate>Sun, 15 Jun 2008 11:40:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.enricopirozzi.info/index.php?/archives/80-guid.html</guid>
    
</item>
<item>
    <title>PG-Con - Back Home</title>
    <link>http://www.enricopirozzi.info/index.php?/archives/79-PG-Con-Back-Home.html</link>
            <category>Postgresql</category>
    
    <comments>http://www.enricopirozzi.info/index.php?/archives/79-PG-Con-Back-Home.html#comments</comments>
    <wfw:comment>http://www.enricopirozzi.info/wfwcomment.php?cid=79</wfw:comment>

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

    <author>nospam@example.com (scotty)</author>
    <content:encoded>
    &lt;img src=&quot;http://farm3.static.flickr.com/2096/2522557290_47202722bb.jpg?v=0&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
Tutte le cose belle prima o poi finiscono. Sono rientrato in Italia da qualche giorno e che dire della settimana passata in Canada come speaker alla pgcon? Semplicemente fantastica!!!&lt;br /&gt;
&lt;br /&gt;
A partire dalla sorpresa che ho avuto nel viaggio di andata, ovvero mi sono ritrovato ad affrontare la tratta Montreal - Ottawa con un bielica 37 posti &lt;img src=&quot;http://www.enricopirozzi.info/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; il &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.flyjazz.ca/english/aboutUs/ourFleet.asp#dash8-100&#039;);&quot; href=&quot;http://www.flyjazz.ca/english/aboutUs/ourFleet.asp#dash8-100&quot; &gt;Dash 8-100&lt;/a&gt; della Air Canada Jazz. Appena l&#039;ho visto ho pensato ma devo proprio salire lì sopra? poi una volta sopra devo dire che è stato divertente anche se l&#039;effetto lavatrice per 20 minuti non è proprio il massimo.&lt;br /&gt;
&lt;br /&gt;
Inutile parlare dell&#039;alto livello tecnico sia dei tutorial che delle presentazioni, mi sembra una cosa quasi scontata, invece voglio riportare alcune cose curiose che sono successe tipo la sera in stanza di Oleg e Teodor con cioccolata russa e vodka, oppure la premiazione della lotteria con in premio una nintendo wii di cui qui sotto riporto il video :&lt;br /&gt;
&lt;br /&gt;
&lt;object width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/YYtIHzmkdZ8&amp;hl=en&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/YYtIHzmkdZ8&amp;hl=en&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Oppure quando David Fetter nel suo cestino non ha trovato le posate e si è messo a mangiare il suo cestino con due cannucce a mo&#039; di posate cinesi: &lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://farm3.static.flickr.com/2355/2521734635_7e2a7ee070.jpg?v=0&quot; alt=&quot;&quot; /&gt;  &lt;br /&gt;
&lt;br /&gt;
da parte mia ovviamente il momento più bello, oltre alla sorpresa del mio nome sulla T-Shirt della pgcon, è stato quando è venuto il momento del talk, pensavo sinceramente che non venisse molta gente in quanto si trattava di un argomento non molto popolare, invece mi sono trovato di fronte a me un&#039;aula piena e mentre parlavo vedevo davanti a me tutti i nomi più noti del mondo postgresql, potevo scorgere Josh, David, Teodor e tanti altri. &lt;br /&gt;
Alla fine del talk poi c&#039;è stata la cosa più emozionante, tantissime domande su come era strutturato l&#039;indice e la voglia di molti Teodor in testa di voler creare un indice basato sulla struttura dati che avevo presentato attraverso GIST, ovviamente la cosa non è così semplice e anche se Teodor in persona è sceso in campo, il tutto è rimandato non appena avrò un po&#039; di tempo per dedicarmici sopra.&lt;br /&gt;
&lt;br /&gt;
Qui nella foto scattata da Josh io e Teodor:&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://fuzzychef.smugmug.com/photos/301738271_zTpAr-S.jpg&quot; alt=&quot;&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
Ah dimenticavo la cosa più importante, per chi vuole leggersi il talk lo potete scaricare dal sito ufficiale della pgcon a questo &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.pgcon.org/2008/schedule/events/59.en.html&#039;);&quot; href=&quot;http://www.pgcon.org/2008/schedule/events/59.en.html&quot;  title=&quot;Approximated searches&quot;&gt;link&lt;/a&gt;  
    </content:encoded>

    <pubDate>Wed, 28 May 2008 20:43:44 +0200</pubDate>
    <guid isPermaLink="false">http://www.enricopirozzi.info/index.php?/archives/79-guid.html</guid>
    
</item>
<item>
    <title>EnterpriseDB - novità nel mondo Open Source</title>
    <link>http://www.enricopirozzi.info/index.php?/archives/76-EnterpriseDB-novita-nel-mondo-Open-Source.html</link>
            <category>Postgresql</category>
    
    <comments>http://www.enricopirozzi.info/index.php?/archives/76-EnterpriseDB-novita-nel-mondo-Open-Source.html#comments</comments>
    <wfw:comment>http://www.enricopirozzi.info/wfwcomment.php?cid=76</wfw:comment>

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

    <author>nospam@example.com (scotty)</author>
    <content:encoded>
    &lt;em&gt;Yacme software house bolognese attiva nel mondo open source, annuncia la partnership con EnterpriseDB, azienda statunitense che ha costruito un database compatibile con Oracle a partire da Postgres, uno tra i più diffusi e conosciuti database open source. EnterpriseDB assicura la compatibilità con il mondo Oracle e consente a Yacme di portare sul mercato aziendale la sua esperienza nel mondo del retail e dell&#039;enterprise mobility.&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Inoltre, Yacme intende sfruttare EnterpriseDB per una serie di nuovi progetti:&lt;br /&gt;
- sviluppare dei connettori tra il database e il mondo dei mobile computer aziendali;&lt;br /&gt;
- aggredire il mercato dei retailer più piccoli con un database di tipo enterprise con costi inferiori a Oracle;&lt;br /&gt;
- ridurre il costo complessivo del sistema PSS pur usando un database di tipo enterprise;&lt;br /&gt;
- allargare la propria presenza ad altri settori dell&#039;enterprise mobility.&lt;br /&gt;
&lt;br /&gt;
Il database EnterpriseDB e il relativo supporto vengono forniti in base al modello delle subscription, che include i diritti d&#039;uso del software e il supporto, e - secondo l&#039;azienda - permette dei sostanziali risparmi rispetto alla soluzione Oracle pur mantenendo la compatibilità con tutte le applicazioni scritte per quell&#039;ambiente.&lt;br /&gt;
&lt;br /&gt;
&quot;Secondo IDC, il mercato europeo dei database relazionali ha un valore di circa 7 miliardi di dollari, e quindi rappresenta un&#039;opportunità molto interessante per noi, vista l&#039;attenzione delle aziende per il software open source e la nostra esperienza nella gestione di progetti di migrazione dal software proprietario a quello libero&quot;, afferma Roberto Rambaldi, Direttore dell&#039;Area Mobility di Yacme.&lt;br /&gt;
&lt;br /&gt;
Tutti i dettagli su:&lt;br /&gt;
&lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.datamanager.it/articoli.php?visibile=1&amp;amp;idricercato=24402&#039;);&quot; href=&quot;http://www.datamanager.it/articoli.php?visibile=1&amp;idricercato=24402&quot; &gt;http://www.datamanager.it/articoli.php?visibile=1&amp;idricercato=24402&lt;/a&gt; 
    </content:encoded>

    <pubDate>Thu, 03 Apr 2008 11:55:42 +0200</pubDate>
    <guid isPermaLink="false">http://www.enricopirozzi.info/index.php?/archives/76-guid.html</guid>
    
</item>
<item>
    <title>Prossima fermata Ottawa</title>
    <link>http://www.enricopirozzi.info/index.php?/archives/74-Prossima-fermata-Ottawa.html</link>
            <category>Postgresql</category>
    
    <comments>http://www.enricopirozzi.info/index.php?/archives/74-Prossima-fermata-Ottawa.html#comments</comments>
    <wfw:comment>http://www.enricopirozzi.info/wfwcomment.php?cid=74</wfw:comment>

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

    <author>nospam@example.com (scotty)</author>
    <content:encoded>
    Dopo qualche giorno di incredulità, ancora non posso crederci :-), sono stato ammesso a presentare un talk alla pgcon del prossimo maggio ad Ottawa (Canada). Il paper avrà come titolo : &lt;em&gt;Approximate Search: Similarity searches in Postgresql using metric spaces &lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Tutti i dettagli su:&lt;br /&gt;
&lt;br /&gt;
&lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.pgcon.org/2008/schedule/day_2008-05-23.en.html&#039;);&quot; href=&quot;http://www.pgcon.org/2008/schedule/day_2008-05-23.en.html&quot; &gt;http://www.pgcon.org/2008/schedule/day_2008-05-23.en.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.pgcon.org/2008/schedule/speakers/72.en.html&#039;);&quot; href=&quot;http://www.pgcon.org/2008/schedule/speakers/72.en.html&quot; &gt;http://www.pgcon.org/2008/schedule/speakers/72.en.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/www.pgcon.org/2008/schedule/events/59.en.html&#039;);&quot; href=&quot;http://www.pgcon.org/2008/schedule/events/59.en.html&quot; &gt;http://www.pgcon.org/2008/schedule/events/59.en.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 09 Mar 2008 23:43:09 +0100</pubDate>
    <guid isPermaLink="false">http://www.enricopirozzi.info/index.php?/archives/74-guid.html</guid>
    
</item>

</channel>
</rss>