Blogs
PostgreSQL 9.0 Release Candidate 1
Posted August 31st, 2010 by osvaldothe first release candidate for PostgreSQL 9.0 is now available. Please download and test immediately so that we can move rapidly towards final release. All known bugs should be fixed, so users should promptly report any bugs which they find.Note that, due to a system catalog change, an initdb and database reload will be required for upgrading from 9.0 beta versions. We encourage users to use this opportunity to test pg_upgrade. Please report your results.
- osvaldot's blog
- Login or register to post comments
- Read more
Load data from Excel files into PostgreSQL using CSV Loader
Posted August 25th, 2010 by osvaldotCSV Loader 2.1 has just been released at http://csvloader.sourceforge.net.It is a Java tool that loads/merges data from Excel CSV files intoPostgreSQL through its JDBC3 interface.If you need a walkthrough of the program or encounter any trouble/bug,
- osvaldot's blog
- Login or register to post comments
- Read more
Oracle spegne i server di test dedicati a PostgreSQL
Posted July 29th, 2010 by scottyOracle ha spento i server che venivano utilizzati da PostgreSQL per testare le nuove patch su Solaris ed OpenSolaris. Maggiori dettagli su Osblog e su ITNEWS
- scotty's blog
- Login or register to post comments
PGCon 2010
Posted December 1st, 2009 by osvaldotLa PGCon 2010 si terrà il 20-21 Maggio 2010 a Ottawa, sarà preceduta da 2 giorni di tutotials il 18 e 19 Maggio 2010.
L'annuncio ufficiale
- osvaldot's blog
- Login or register to post comments
- Read more
Shared memory su Mac OsX
Posted November 17th, 2009 by scottyNel compilare PostgreSQL sul mio Macbook ho notato che quando da utente postgresql andavo ad eseguire
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
ottenevo un errore in quanto avevo poca shared memory a disposizione, la soluzione al problema è la seguente:
