pgAdmin III v1.4.3 released
Posted August 1st, 2006 by scottyThe pgAdmin Development Team are pleased to announce the release of pgAdmin 1.4.3, the Open Source graphical PostgreSQL administration tool for Windows, Linux, FreeBSD, Mac OS X and Solaris, now available for download in source and a variety of binary formats from:
http://www.pgadmin.org/download/
v1.4.3 is primarily a bug fix release, including the following changes:
- scotty's blog
- Login or register to post comments
- Read more
PostgresDAC 2.3.4 has been released
Posted August 1st, 2006 by osvaldotPlease download new trial version of PostgresDAC at:
http://microolap.com/products/connectivity/postgresdac/download/ ,
or
Login to your private area on our site at http://microolap.com/my/downloads/
What's new:
[*] Latest v8.1.4 PostgreSQL sources (pg_dump.c and pg_restore.c)
used for libraries creation
[*] Improved index fetching for TPSQLTable component
- osvaldot's blog
- Login or register to post comments
- Read more
Materialized Views
Posted April 4th, 2006 by mserriLe Materialized views sotto postgresql non sono ancora nel progetto ufficiale, ma non è difficile implementarle.
Di seguito un link che illustra come costruire le viste materializzate (in inglese).
- mserri's blog
- Login or register to post comments
PostgreSQL, un rdbms libero
Posted March 29th, 2006 by neoIl file allegato e' la presentazione in formato pdf che ho fatto al linuxday 2005 organizzato dal PLUG di Prato.
E' un po' datata (non era ancora stata rilasciata la versione 8.x) ma, spero, abbastanza esplicativa sul nostro amato database.
- neo's blog
- Login or register to post comments
Script di migrazione da mysql a postgresql
Posted March 29th, 2006 by neoUltimamente mi sono trovato a dover migrare struttura e dati da un database da mysql a postgresql.
Dopo vari tentativi infruttuosi con lo script my2pg presente nella sezione contribs della distribuzione ufficiale postgresql mi sono deciso a scrivere uno script in python che assolvesse al compito senza passare dovere utilizzare il dump sql come tramite.
