<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - PostgreSQL</title>
        <description>Forum for PostgreSQL migration issues.</description>
        <link>http://forums.mysql.com/list.php?83</link>
        <lastBuildDate>Sat, 25 May 2013 18:17:30 +0000</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?83,570604,570604#msg-570604</guid>
            <title>Postgre Challenge (postgreSQL to mYsql both working together. (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,570604,570604#msg-570604</link>
            <description><![CDATA[ Hello all, I'm having a problem planning this idea, obviously exist somewhere. I tried searching here but maybe I inserted the wrong arguments...<br />
<br />
I got a postgre v8.3 DB server used only for basic storage like, name, surname, email, comments. This is available only for my intranet, so, access denied from outside.<br />
<br />
I need to set up forms using this data but my postgreSQL is old and I can't change it or upgrade it(internal polices...) <br />
<br />
I'm planning to rent a cPanel with DB. and use that mYsql as my database server. <br />
<br />
BUT I need the data from the older PostgreSQL and I need to keep using the old for my actual old systems. <br />
<br />
So, this  is the question, can I create the mYsql database to work as a mirror? all the data inserted on PostgreSQL automatically go to mYsql and is ready to use it. <br />
<br />
The use of this &quot;new data&quot; is only queries to the database to show the specific  fields.<br />
<br />
I'm not planning to feed the Database through mYsql, only on PosgreSQL. <br />
<br />
Can I do that?, do you have the any help for this?<br />
<br />
Much appreciated. <br />
<br />
Let me know if it is not clear.]]></description>
            <dc:creator>walter catter</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Wed, 10 Oct 2012 08:57:32 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,564775,564775#msg-564775</guid>
            <title>Converting Postgre Function to MySql (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,564775,564775#msg-564775</link>
            <description><![CDATA[ hi! i need help on  converting this postgre function to mysql:<br />
<br />
<br />
CREATE OR REPLACE FUNCTION ins_Periods() RETURNS trigger AS $$<br />
BEGIN<br />
	INSERT INTO Period_Tax_Types (Period_ID, Tax_Type_ID, Period_Tax_Type_Name, Formural, tax_relief, percentage, linear, Employer, Employer_PS, Tax_Type_order, In_Tax, account_number)<br />
	SELECT NEW.Period_ID, Tax_Type_ID, Tax_Type_Name, Formural, tax_relief, percentage, linear, Employer, Employer_PS, Tax_Type_order, In_Tax, account_number<br />
	FROM Tax_Types<br />
	WHERE (active = true);<br />
<br />
	INSERT INTO Employee_Month (Period_ID, pay_group_ID, Entity_ID, Bank_Branch_ID, Department_Role_ID, Bank_Account, Basic_Pay)<br />
	SELECT NEW.Period_ID, 0, Entity_ID, Bank_Branch_ID, Department_Role_ID, Bank_Account, basic_salary<br />
	FROM Employees<br />
	WHERE (active = true);<br />
<br />
	PERFORM updTax(employee_month_id, Period_id)<br />
	FROM employee_month<br />
	WHERE (period_id = NEW.period_id);<br />
<br />
	RETURN NULL;<br />
END;<br />
<br />
<br />
thanks in anticipation]]></description>
            <dc:creator>ayuba isa</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Sun, 12 Aug 2012 12:03:57 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,562706,562706#msg-562706</guid>
            <title>Database Migration:  PostgreSQL to MySQL (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,562706,562706#msg-562706</link>
            <description><![CDATA[ MySQL Workbench: Database Migration<br />
- Download: <a href="http://dev.mysql.com/downloads/workbench/"  rel="nofollow">http://dev.mysql.com/downloads/workbench/</a><br />
- Docs: <a href="http://dev.mysql.com/doc/workbench/en/wb-migration.html"  rel="nofollow">http://dev.mysql.com/doc/workbench/en/wb-migration.html</a><br />
- Migration from PostgreSQL (versions: ) <br />
<br />
PostgreSQL migration:<br />
<a href="http://mysqlworkbench.org/2012/11/how-to-migrate-postgresql-databases-to-mysql-using-the-mysql-workbench-migration-wizard/"  rel="nofollow">http://mysqlworkbench.org/2012/11/how-to-migrate-postgresql-databases-to-mysql-using-the-mysql-workbench-migration-wizard/</a><br />
<a href="http://mysqlworkbench.org/2012/11/set-up-and-configure-postgresql-odbc-drivers-for-the-mysql-workbench-migration-wizard/"  rel="nofollow">http://mysqlworkbench.org/2012/11/set-up-and-configure-postgresql-odbc-drivers-for-the-mysql-workbench-migration-wizard/</a><br />
<br />
<br />
Presentations:<br />
<a href="http://www.slideshare.net/mdg149/migrating-from-postgresql-to-mysql-without-downtime"  rel="nofollow">http://www.slideshare.net/mdg149/migrating-from-postgresql-to-mysql-without-downtime</a><br />
<br />
<br />
Blogs:<br />
<a href="http://www.codesmell.org/blog/2009/03/migrate-data-from-postgres-to-mysql/"  rel="nofollow">http://www.codesmell.org/blog/2009/03/migrate-data-from-postgres-to-mysql/</a>]]></description>
            <dc:creator>Edwin Desouza</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Wed, 25 Jul 2012 03:37:58 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,550898,550898#msg-550898</guid>
            <title>importing database from postgres to mysql (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,550898,550898#msg-550898</link>
            <description><![CDATA[ Hello,<br />
<br />
 I have designed a database in postgres but now i want to import the same to mysql.When i tried to import i got the following error<br />
<br />
&quot;/SQL query: <br />
--<br />
-- PostgreSQL database dump<br />
--<br />
SET statement_timeout =0;<br />
MySQL said:  <br />
#1193 - Unknown system variable 'statement_timeout' /&quot;<br />
<br />
I dont know what is the error and how to solve it.Plzz help me]]></description>
            <dc:creator>archana k</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Wed, 06 Jun 2012 05:26:10 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,525487,525487#msg-525487</guid>
            <title>migration postgres to mysql (3 replies)</title>
            <link>http://forums.mysql.com/read.php?83,525487,525487#msg-525487</link>
            <description><![CDATA[ hi ,<br />
i've created the virtual machine with postgres and mysql ,<br />
the wizard of migration tooltoolkit say me that general jdbc ,i download the jar of postgres where should I put ,and there are another parameters such as the connection string ?<br />
can you help me?<br />
Thanks you<br />
Regards<br />
Francesco]]></description>
            <dc:creator>Francesco Itollo</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Fri, 27 Apr 2012 16:09:58 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,519326,519326#msg-519326</guid>
            <title>Postgres to mysql (2 replies)</title>
            <link>http://forums.mysql.com/read.php?83,519326,519326#msg-519326</link>
            <description><![CDATA[ Hi all.<br />
<br />
I'm trying to migrate my db in Postgres in mysql.<br />
But i have a problem <br />
When i must choosing the database doesn't found the &quot;Postgres&quot; .<br />
<br />
How i can to migrate Postgres in Mysql using mysql migraton tools?<br />
<br />
thank you for help<br />
regards<br />
Francesco]]></description>
            <dc:creator>Francesco Itollo</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Sat, 02 Jun 2012 17:06:23 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,407304,407304#msg-407304</guid>
            <title>Webinar: Move your data in real-time from MySQL to PostgreSQL and Greenplum (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,407304,407304#msg-407304</link>
            <description><![CDATA[ Thursday 2/17/11, 1 pm ET/10 am PT<br />
Register at <a href="https://www1.gotomeeting.com/register/353509496"  rel="nofollow">https://www1.gotomeeting.com/register/353509496</a><br />
<br />
Countless petabytes of data are sitting in MySQL database where they are perfectly useless for PostgreSQL users. Fortunately there is a solution: Tungsten Replicator can move data from MySQL to PostgreSQL and Greenplum, and in real time, too. <br />
<br />
In this webcast we'll describe how to design cross-database replication, then set it up using Tungsten Replicator. We will cover some of the pitfalls and corner cases like SQL dialect differences, data types, character sets, and MySQL bugs that make implementation both exciting and fun. <br />
<br />
We'll conclude with a demo of database updates moving in real time between databases.<br />
<br />
Register for this free webinar at <a href="https://www1.gotomeeting.com/register/353509496"  rel="nofollow">https://www1.gotomeeting.com/register/353509496</a>.]]></description>
            <dc:creator>Petri Virsunen</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Fri, 11 Feb 2011 20:53:44 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,401344,401344#msg-401344</guid>
            <title>migrating mysql++ to postgres (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,401344,401344#msg-401344</link>
            <description><![CDATA[ I have been assigned a task of migrating mysql++ to postgres by creating a Data Access Layer between the C++ application and the database it is interacting with. I haven't done anything like this ever before so I am totally a novice. These are the exact wordings of my Boss.<br />
<br />
&quot;transition of the system from MySQL to postgres, better would be to make the database connection abstract completely, so if a client decides to buy it and connect it to an oracle database, we don't care.&quot; <br />
<br />
The program currently uses simple queries like:<br />
<br />
query &lt;&lt; &quot;delete from &quot; &lt;&lt; MN &lt;&lt; &quot;import&quot;;<br />
<br />
query &lt;&lt; &quot;load data local infile '&quot; &lt;&lt; impFile &lt;&lt; &quot;' into table &quot; &lt;&lt; MN &lt;&lt; &quot;import fields terminated by ','&quot;;<br />
<br />
query &lt;&lt; &quot;select count(distinct SLIP), count(distinct SLP_ID) from &quot; &lt;&lt; MN &lt;&lt; &quot;import&quot;;<br />
<br />
query &lt;&lt; &quot;select TRAD from &quot; &lt;&lt; MN &lt;&lt; &quot;import where SLIP =&quot; &lt;&lt; clslip;<br />
<br />
<br />
<br />
<br />
<br />
There are no joins etc anywhere involved in the current application and above are the only queries used in the application that are to be converted to postgres.<br />
<br />
I am in real trouble .. Please Help me out . i be greatful to you.<br />
regards,<br />
A.Q.Ghouri]]></description>
            <dc:creator>Qadeer Ghouri</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Tue, 04 Jan 2011 07:34:20 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,399375,399375#msg-399375</guid>
            <title>Perl script to parse Postgresql database into MySQL at XX intervals (1 reply)</title>
            <link>http://forums.mysql.com/read.php?83,399375,399375#msg-399375</link>
            <description><![CDATA[ Hey all<br />
<br />
I was hoping someone could give me some advice, I have a requirement to &quot;parse&quot; a Postgresql (not migrate) database (single database) into an equivalent MySQL database to be used offline for another purpose, the way that I have it working now is like this:<br />
<br />
1) Perl (DBI) script executes every 40mins performs a SELECT on the SOURCE tables and INSERTS into MySQL (DESTINATION)<br />
<br />
Problems I have and &quot;not sures&quot;:<br />
<br />
1) In my script I had to specify ALL of the column names to SELECT on (big long list) and ALL of the column names again to INSERT on (can I not just perform a SELECT * and then INSERT *?? I couldn't get this to work)<br />
<br />
2) The SOURCE DATABASE automatically updates once every 30mins, so my script runs just after this is complete (different scheduler, not the same, so we hope they don't overlap - this is not ideal)<br />
<br />
3) Must I use SELECT // INSERT? is this the only way? it is very slow (at the Postgresql end :-) ) is there a more efficient method? (I am using filters in my TSQL on the POSTGRESQL end but I dont need to, I only did this to cut down the query time!)<br />
<br />
I did consider using ODBC but I'm not seeing any benefit of using this instead of the above.<br />
<br />
Thanks all - any input would be greatfully appreciated]]></description>
            <dc:creator>Martin Thorpe</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Fri, 17 Dec 2010 07:26:18 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,393486,393486#msg-393486</guid>
            <title>[OT] Curso a distancia de Administración Postgresql 9.0 Nivel 1 (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,393486,393486#msg-393486</link>
            <description><![CDATA[ Se realizará el 27 de Noviembre y 7 de Diciembre un curso a distancia Nivel 1 de Administración de BBDD PostgreSQL 9.0. Tiene una duración de 8hs más 4 hs de consultas repartidas en dos tandas.<br />
<br />
Algunos de los temas aproximados a ver son:<br />
<br />
Conocimientos Escenciales:<br />
Introducción al Modelo Relacional, Arquitectura Cliente/Servidor<br />
Breves comparaciones, Postgresql<br />
Procesamiento interno y Arquitectura<br />
Instalación<br />
Configuración Básica del servidor y conexiones<br />
<br />
Elementos y Administración Básicos:<br />
Herramientas y programas estándar: PgAdmin III y psql<br />
Migraciones de versión<br />
Monitoreo<br />
Mantenimiento<br />
Respaldos<br />
Transacciones<br />
Entendiendo el funcionamiento de la WAL<br />
Control de concurrencias<br />
PITR y nociones de replicación básicas<br />
<br />
SQL y lenguajes:<br />
SQL Estándar (DDL y DML), PL/pgsql, objetos y jerarquia<br />
Funciones<br />
Introducción PL/Perl y PL/Pythonu<br />
<br />
Elementos de Seguridad:<br />
Seguridad en PostgreSQL<br />
Roles: Usuarios y Grupos<br />
Esquemas y Permisos<br />
Vistas y Reglas<br />
Seguridad de Datos<br />
Comunicaciones y conexiones remotas<br />
Restricciones a través de la configuración<br />
Autenticación y encriptación<br />
<br />
Elementos de Performance:<br />
Entendiendo el EXPLAIN<br />
Estadísticas<br />
Afinando servidores dedicados y de desarrollo<br />
Tuning de Consultas SQL<br />
Optimización y técnicas de performance<br />
Conceptos básicos de Full Text Search<br />
<br />
Se recomienda que los que asistan tengan conocimientos de SQL básico. Es recomendable que también tengan conocimientos básicos de Linux o Windows (es decir, una plataforma de Sistema Operativo).<br />
<br />
El día Viernes 22 de Octubre se dió una breve introducción al curso y a Postgresql 9.0. Si querés ver la charla completa acccede al siguiente link: <a href="http://connectpro65421913.emea.acrobat.com/p67117135/"  rel="nofollow">http://connectpro65421913.emea.acrobat.com/p67117135/</a><br />
<br />
Interesados en más información, enviar un mail a silvia.igon [en] gmail.com o silvia(at)emanuelcalvofranco(at)com(at)ar coordinadora de cursos, referenciando como instructor a Emanuel Calvo Franco.<br />
<br />
También estamos organizando una serie de charlas técnicas gratuitas y abiertas. Esten al tanto de las fechas en: <a href="http://www.emanuelcalvofranco.com.ar/livestream.html"  rel="nofollow">http://www.emanuelcalvofranco.com.ar/livestream.html</a>#]]></description>
            <dc:creator>Emanuel Calvo Franco</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Sun, 07 Nov 2010 15:55:40 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,393080,393080#msg-393080</guid>
            <title>How to transfer some data from postgresql db to mysql db? (2 replies)</title>
            <link>http://forums.mysql.com/read.php?83,393080,393080#msg-393080</link>
            <description><![CDATA[ I want to transfer at least posts,threads and members of my another forum postgresql db into my forum in sql db?<br />
How can i do that? <br />
If i completely convert postgresql db to mysql db ,then it is also good..How to do that?]]></description>
            <dc:creator>Akash Chandran</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Tue, 09 Nov 2010 23:08:53 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,388679,388679#msg-388679</guid>
            <title>PostgreSQL generate_series function (1 reply)</title>
            <link>http://forums.mysql.com/read.php?83,388679,388679#msg-388679</link>
            <description><![CDATA[ Hi, I am migrating from postgresql to mysql and I wanted to know if there is any equivalent function to postgre's generate_series() function in mysql? If not how can I get the same functionality?<br />
<br />
Thanks,<br />
Charmie]]></description>
            <dc:creator>charmie maniar</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Fri, 17 Dec 2010 07:29:10 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,383218,383218#msg-383218</guid>
            <title>Change from Postgre to MySQL query error (3 replies)</title>
            <link>http://forums.mysql.com/read.php?83,383218,383218#msg-383218</link>
            <description><![CDATA[ Hi there,<br />
<br />
I tried to switch my application from postgres to mysql. The problem is i don't know how to change below sql query to mysql.<br />
<br />
UPDATE datavalue as d1 SET value=d2.value,storedby=d2.storedby,lastupdated=d2.lastupdated,comment=d2.comment,followup=d2.followup FROM datavalue AS d2 WHERE d1.periodid=d2.periodid AND d1.sourceid=d2.sourceid AND d1.lastupdated&lt;d2.lastupdated AND d1.dataelementid=1 AND d1.categoryoptioncomboid=2 AND d2.dataelementid=3 AND d2.categoryoptioncomboid=4;<br />
<br />
I was wondering if you guys can help me out.<br />
Thank you very much!<br />
Best regards,<br />
Quang]]></description>
            <dc:creator>Quang Nguyen</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Mon, 06 Sep 2010 07:18:53 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,378546,378546#msg-378546</guid>
            <title>Nested query problem - ERROR 1054 (42S22): Unknown column 'users.id' in 'on clause' (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,378546,378546#msg-378546</link>
            <description><![CDATA[ I had a pretty long query that worked on Postgres but doesn't work on MySQL. (Very) simplified query reproducing my problem is<br />
<br />
    SELECT * FROM users WHERE EXISTS (SELECT * FROM questions JOIN answers ON answers.owner_id = users.id);<br />
<br />
I results in<br />
<br />
    ERROR 1054 (42S22): Unknown column 'users.id' in 'on clause'<br />
<br />
Note: I can make the simplified query work by changing it  to<br />
<br />
    SELECT * FROM users WHERE EXISTS (SELECT * FROM questions JOIN answers WHERE answers.owner_id = users.id);<br />
<br />
However that's not possible for my original query - I'm making LEFT OUTER JOIN with a few conditions and select only records where answers.id IS NULL.<br />
<br />
In case it matters I'm using MySQL 5.1.46 on Gentoo Linux. Could you help me to fix this?]]></description>
            <dc:creator>Joachim Bartosik</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Fri, 30 Jul 2010 13:29:37 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,293151,293151#msg-293151</guid>
            <title>Migration from PgSQL database to MySQL (slightly different schema though) (6 replies)</title>
            <link>http://forums.mysql.com/read.php?83,293151,293151#msg-293151</link>
            <description><![CDATA[ hi,<br />
<br />
i would like to know if there is a way i could migrate data from my old PgSQL database to a new MySQL database with a slightly different schema.<br />
<br />
i am aware that i can use scripts to convert from pgsql to mysql, however, as i've already mentioned, there has been a slight change in the database schema and i'm also using an old pgsql version.<br />
<br />
any advice on how i could migrate my data? Thanks.]]></description>
            <dc:creator>Greg Hermo</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Fri, 11 Dec 2009 08:52:59 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,293146,293146#msg-293146</guid>
            <title>Migrating PgSQL database to MySQL (slightly different schema though) (1 reply)</title>
            <link>http://forums.mysql.com/read.php?83,293146,293146#msg-293146</link>
            <description><![CDATA[ hi,<br />
<br />
i would like to know if there is a way i could migrate data from my old PgSQL database to a new MySQL database with a slightly different schema.<br />
<br />
i am aware that i can use scripts to convert from pgsql to mysql, however, as i've already mentioned, there has been a slight change in the database schema and i'm also using an old pgsql version.<br />
<br />
any advice on how i could migrate my data? Thanks.]]></description>
            <dc:creator>Greg Hermo</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Fri, 27 Nov 2009 08:46:37 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,290570,290570#msg-290570</guid>
            <title>Open Source Replication And Clustering Solution For MySQL And PostgreSQL (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,290570,290570#msg-290570</link>
            <description><![CDATA[ SAN JOSE, CA – November 10, 2009 – Continuent, Inc., a leading provider of solutions for continuous data availability, advanced database replication, backup and database performance scalability, today announced availability of Continuent Tungsten Community Edition for MySQL®. Continuent Tungsten offers an easy to manage, dynamic database replication solution with automatic failover, cluster management, high availability and scalability.<br />
<br />
Tungsten Community Edition harnesses the latest innovations from the open source database clustering community with no up-front acquisition costs, and provides a clear path to more advanced capabilities through an optional upgrade to the commercial Tungsten Enterprise editions.<br />
<br />
All Tungsten components have previously been available as open source, but with Tungsten Community Edition they become far more easily accessible with complete builds, easy installation and configuration together with complete set of documentation. Tungsten Community Edition is available free of charge, while customers who want more advanced features and on-call technical support are encouraged to purchase the commercial Tungsten Enterprise editions. <br />
<br />
Continuent’s commercial Tungsten Enterprise editions combine the power of open source and commercial technologies to deliver data availability solutions that are based on the Tungsten open source components, a unique collection of solutions for database scale-out. Continuent Tungsten Enterprise 1.2 is packed full with new features that make database clusters easier to administer and more stable. Tungsten Enterprise 1.2 includes Beta support for managing clusters based on PostgreSQL warm standby. PostgreSQL support includes provisioning of clusters, simple failover procedures, and backup/restore. In addition, Tungsten Enterprise 1.2 previews installation and management of clusters based on Oracle® 10g running on Linux™.<br />
<br />
“Continuent Tungsten allows database administrators to implement simple, powerful and affordable data availability and database performance solutions. Our customers significantly lower their TCO on business critical database applications using Tungsten and open source databases,” said Eero Teerikorpi, CEO of Continuent. “We are very pleased to offer Continuent Tungsten Community Edition as a free open source solution.”<br />
A free Tungsten Community Edition is available at <a href="http://www.continuent.com"  rel="nofollow">http://www.continuent.com</a>. <br />
<br />
About Continuent <br />
Continuent, the leading provider of data availability and database performance scalability solutions, offers database high availability and incremental performance scaling using commodity hardware and databases. We provide continuous uptime so you can deliver business critical database applications with high data availability and accessibility. We also offer support, training and consulting services to our customers worldwide.<br />
<br />
Continuent’s Tungsten solutions provide a unique collection of technologies for database scale-out. Tungsten core stack is 100% open source.  Tungsten is operating system independent and supports both commercial and open source databases including Oracle, MySQL, PostgreSQL and EnterpriseDB™. For more information about Continuent and our products, visit www.continuent.com.  <br />
<br />
Press Contacts <br />
<a href="mailto:&#112;&#114;&#64;&#99;&#111;&#110;&#116;&#105;&#110;&#117;&#101;&#110;&#116;&#46;&#99;&#111;&#109;">&#112;&#114;&#64;&#99;&#111;&#110;&#116;&#105;&#110;&#117;&#101;&#110;&#116;&#46;&#99;&#111;&#109;</a>]]></description>
            <dc:creator>Petri Virsunen</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Wed, 11 Nov 2009 02:20:56 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,288236,288236#msg-288236</guid>
            <title>Migration of postgresql to mysql (2 replies)</title>
            <link>http://forums.mysql.com/read.php?83,288236,288236#msg-288236</link>
            <description><![CDATA[ Hi,<br />
   I  want to migrate our database from postgresql to mysql.If you know any migration tool or any methodology then please reply.......]]></description>
            <dc:creator>Mahendra Bagul</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Mon, 02 Nov 2009 07:47:53 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,278004,278004#msg-278004</guid>
            <title>It's possible to make a backup of PostgreSQL and to download in Mysql (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,278004,278004#msg-278004</link>
            <description><![CDATA[ Hello,<br />
<br />
I does not arrive a backup of PostgreSQL and to recover in Mysql.<br />
I have generate a script in PostgreSQL but it function not in Mysql.<br />
How to make?<br />
<br />
Excuse me for the syntax errors, I'am french]]></description>
            <dc:creator>PIERRAT François</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Wed, 26 Aug 2009 07:06:44 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,276739,276739#msg-276739</guid>
            <title>PostreSQL configuration (1 reply)</title>
            <link>http://forums.mysql.com/read.php?83,276739,276739#msg-276739</link>
            <description><![CDATA[ Hello,<br />
<br />
searching for best way to check how postreSQL service working on web server. Sometimes it shows that it is working, but from user we are getting reports that it doesn't.<br />
We have six servers and need best way to check it regularly.]]></description>
            <dc:creator>Tomas K</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Sun, 06 Sep 2009 08:28:22 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,272842,272842#msg-272842</guid>
            <title>NaviCoder Editor 2.0 is now available (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,272842,272842#msg-272842</link>
            <description><![CDATA[ NaviCoder Editor 2.0 is now available July 21, 2009 — PremiumSoft CyberTech Limited today announced the release of NaviCoder Editor, which is a free source code editor for Windows.<br />
<br />
NaviCoder Editor is a professional source code editor for Windows and is useful for people who work with various programming environments, its supports various programming languages/ script files such as HTML, C/C++, Perl, Phython, Java, PHP, ASP, VBScript and more, up to 46 types.<br />
<br />
NaviCoder Editor is written in C++ and professionally designed for the best look and feel. It is not only fast in loading time and occupying less memory, but also small in size, making it a stable and powerful tool.<br />
Feature highlights: <br />
1. Edit multiple documents.<br />
2. Syntax Highlighting and Syntax Folding.<br />
3. Brace and Indent guideline Highlighting.<br />
4. Zoom in and zoom out.<br />
5. Bookmarking.<br />
6. and more….<br />
<br />
To download this freeware, please visit: <a href="http://www.navicoder.com/download.html"  rel="nofollow">http://www.navicoder.com/download.html</a>]]></description>
            <dc:creator>samnav sam</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Wed, 22 Jul 2009 10:50:08 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,268341,268341#msg-268341</guid>
            <title>Navicat Premium Version 8.2.4 is released (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,268341,268341#msg-268341</link>
            <description><![CDATA[ PremiumSoft today announces the immediate release of Navicat Premium Version 8.2.4, a milestone product release of the company, adding a new member to the Navicat family. Allowing connections made to multiple kinds of databases, Navicat Premium advances the data administration experience which involves different database types.<br />
<br />
Navicat Premium combines the functions of other Navicat members, allowing user to connect to MySQL, PostgreSQL and Oracle databases within the same application. With connections established to different database types, Navicat Premium supports data transfer between MySQL, PostgreSQL and Oracle. Batch job for different databases can also be scheduled and run at a specific time. <br />
<br />
With different connection established, Navicat Premium is an ALL-IN-ONE application to manage your MySQL, PostgreSQL and Oracle databases. Other features include Import/ Export Wizard, Query Builder, Report Builder, Data Synchronization, Backup, Job Scheduler and more.<br />
<br />
“Navicat Premium is a significant milestone in our software development, fulfilling our mission to deliver more software which enhance productivity and maximize results for our customers. With Navicat Premium ability to connect to databases of different types, it makes the database administration of multiple databases easier than ever.” said Ken Lin, Software Development Director.<br />
<br />
Navicat Premium prices start from US$149, currently available for Microsoft Windows and Mac OS X, supporting simultaneously connections to MySQL, PostgreSQL and Oracle databases.  <br />
<br />
For more details, please see the release notes at <a href="http://www.navicat.com/products/navicat_premium"  rel="nofollow">http://www.navicat.com/products/navicat_premium</a><br />
Or, download the 30-day fully functional free trial at: <a href="http://www.navicat.com/download"  rel="nofollow">http://www.navicat.com/download</a><br />
<br />
<br />
<br />
<br />
About PremiumSoft CyberTech Limited:<br />
PremiumSoft was founded in 1999 and is a fast growing company, aiming at accelerating application development and database management with software that enhance productivity and maximize results of our customers. With our customer-centric focus and best-of-breed products and services, PremiumSoft has been successful in making customers significantly more productive.]]></description>
            <dc:creator>samnav sam</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Mon, 22 Jun 2009 10:30:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,259986,259986#msg-259986</guid>
            <title>PremiumSoft releases new versions of Navicat for Mac Users (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,259986,259986#msg-259986</link>
            <description><![CDATA[ PremiumSoft CyberTech Limited today releases new versions of Navicat for Mac Users. The three new releases are:<br />
<br />
•	Navicat for Oracle (Mac OS X) Version 8.0.6<br />
•	Navicat for PostgreSQL (Mac OS X) Version 8.0.6<br />
•	Navicat for MySQL (Mac OS X) Version 8.0.6<br />
<br />
Navicat is a fast and affordable database administration tool, currently available for MySQL, PostgreSQL or Oracle database. It is a graphical tool for managing, monitoring, and developing your Oracle database. <br />
The new release enhances the user experience of database administration and fine tunes many of the operations. <br />
<br />
Navicat for Oracle v8.0.6 is a major release from PremiumSoft. The Enterprise Edition offers advance features including Visual Query Builder, Report Builder, Data Synchronization, Back up Tool and Scheduler to allow you managing your Oracle database more efficiently and easier.<br />
Other features in Navicat for Oracle include Visual User Manager, SQL Console and SQL Preview in Table View.<br />
Below shows the major enhancements in the new release of Navicat for Oracle (Mac OS X) Version 8.0.6:<br />
•	Support of exporting Excel file<br />
•	Support of ODBC Import<br />
•	Support of Form View<br />
•	Support of Simple Code Completion in SQL Editor<br />
•	Ability to send notification e-mail for schedule task, with an option to attach file from Export Wizard<br />
•	Support of creating table, view, import/export profile shortcuts on desktop<br />
<br />
Besides, the release of Navicat for PostgreSQL v8.0.6, also marks another enhanced user experience of database administration on PostgreSQL databases. In this new version, the following enhancements have been made:<br />
•	Enhanced support of PostgreSQL version 7.3 to 8.3 <br />
•	Support of Form View <br />
•	Support of Code Completion in all SQL Editor <br />
•	Support of ODBC Import <br />
•	Support of exporting data to Excel file <br />
•	Support of View, Store Procedure, Sequence, etc, in Structure Synchronization <br />
•	Ability to send notification e-mail for schedule task, with an option to attach file from Export Wizard <br />
•	Support of creating table, view, import/export profile shortcut on desktop <br />
•	Support of SQL Preview for object design forms<br />
For more details on software releases, please see the release notes at <a href="http://oracle.navicat.com/soft_update_mac.html"  rel="nofollow">http://oracle.navicat.com/soft_update_mac.html</a> <br />
Or, download the 30-day fully functional free trial at: <a href="http://www.navicat.com/download.html"  rel="nofollow">http://www.navicat.com/download.html</a>.]]></description>
            <dc:creator>samnav sam</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Tue, 28 Apr 2009 04:06:11 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,253709,253709#msg-253709</guid>
            <title>MySQL versus PostgreSQL for GPS Data (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,253709,253709#msg-253709</link>
            <description><![CDATA[ Hello,<br />
<br />
I'm currently developing a program for centralizing the vehicle fleet GPS information -<a href="http://openggd.sourceforge.net"  rel="nofollow">http://openggd.sourceforge.net</a>-, written in C++.<br />
<br />
The database should have these requirements:<br />
<br />
- The schema for this kind of data consists of several arguments -latitude, longitude, time, speed. etc-, none of them is a text field.<br />
- The database also should create a table for every truck -around 100 trucks-.<br />
- There won't be more  than 86400 * 365 rows per table -one GPS position every second along one year-.<br />
- There won't be more than 10 simultaneously read-only queries.<br />
<br />
The question is: Which DBMS do you think is the best for this kind of application? PostgreSQL or MySQL?<br />
<br />
<br />
Thanks in advance<br />
<br />
Juan Karlos]]></description>
            <dc:creator>juan carlos</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Fri, 20 Mar 2009 13:57:54 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,247727,247727#msg-247727</guid>
            <title>How hard is it going to be? (1 reply)</title>
            <link>http://forums.mysql.com/read.php?83,247727,247727#msg-247727</link>
            <description><![CDATA[ I have a requirement to use PostgreSQL in an upcoming project.  I have used MySQL for years.  I'm just simply wondering how hard the transition is going to be.   I know they both use SQL92 (or at least understand it) so simple queries should be similar, if not the same..<br />
<br />
Has anyone made this transition and have any pointers for me or can anyone give me a heads up that will save me some time?<br />
<br />
Just looking for simple feedback, thanks..<br />
<br />
-John]]></description>
            <dc:creator>john henderson</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Mon, 13 Apr 2009 13:34:38 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,241187,241187#msg-241187</guid>
            <title>Navicat for MySQL (Mac OS X) version 7.1.7 is released (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,241187,241187#msg-241187</link>
            <description><![CDATA[ PremiumSoft CyberTech Limited today released Navicat for MySQL (Mac  OS X) version 7.1.7. <br />
Navicat for MySQL is a graphical tool for managing, monitoring, and developing your MySQL database. This new release enhances the performance of data transfer from one database to another, as well as the importing feature. Other functions include:  <br />
<br />
- Visual Query Builder<br />
- SSH/ HTTP tunneling for remote database connectivity<br />
 - Server-to-server database transfers<br />
- Data and Structure Synchronization<br />
- Data backup and restore<br />
- Import/ Export of most popular data formats to and from MySQL<br />
- Tasks Scheduling and easy-to-use &quot;wizards&quot; designed to walk users through the steps of migrating CSV, DBF, TXT, XML, or other data formats to MySQL<br />
<br />
For more details, please see the release notes at <a href="http://mysql.navicat.com/release_notes_mac.html"  rel="nofollow">http://mysql.navicat.com/release_notes_mac.html</a>. <br />
Or, download the 30-day fully functional free trial at: <a href="http://mysql.navicat.com/download.html"  rel="nofollow">http://mysql.navicat.com/download.html</a>.]]></description>
            <dc:creator>tam navicat</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Wed, 07 Jan 2009 08:20:36 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,239716,239716#msg-239716</guid>
            <title>PostgreSQL function into MySQL (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,239716,239716#msg-239716</link>
            <description><![CDATA[ Hi there,<br />
<br />
I need to convert the following code from PostgreSQL into MySQL<br />
<br />
Code:<br />
 <br />
CREATE TYPE type_name AS<br />
(<br />
field_id INTEGER,<br />
field_name VARCHAR(50)<br />
);<br />
 <br />
 <br />
CREATE FUNCTION function_name()<br />
RETURNS SETOF type_name LANGUAGE plpgsql AS $$<br />
  DECLARE<br />
    variable_name type_name;<br />
  BEGIN<br />
    FOR variable_name IN<br />
      SELECT field_id, field_name<br />
      FROM table_name<br />
      ORDER BY field_id<br />
    LOOP<br />
      RETURN NEXT variable_name;<br />
    END LOOP;<br />
  END;<br />
$$;<br />
 <br />
 <br />
SELECT * FROM function_name();<br />
<br />
<br />
Can anybody help?<br />
<br />
<br />
Thanks in advance!]]></description>
            <dc:creator>Dana Zon</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Tue, 23 Dec 2008 13:35:30 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,238805,238805#msg-238805</guid>
            <title>Confusion following crossover from PGSQL (2 replies)</title>
            <link>http://forums.mysql.com/read.php?83,238805,238805#msg-238805</link>
            <description><![CDATA[ I am cross-posting this from the full-text search forum because this forum seems to have more anwered posts than that, and it does fit here as well....<br />
<br />
I am moving a database and website from PGSQL to MySQL. I am concerned with some searching anomalies that I have encountered with MySQL.<br />
<br />
In the Postgres version, any and all searches of the database were performed by basically the same line:<br />
select * from {table} where {colunm} ~* {data};<br />
<br />
In MySQL, that would be:<br />
select * from {table} where {column} LIKE {data};<br />
<br />
This works for some but not all searches, and trying out the MATCH AGAINST words are also showing inconsistency. For instance:<br />
<br />
Given a row with the following:<br />
|oid | network | ip_address |asgnmt|comments|cont|hcd |<br />
+-----------+------------------+---------------+------+--------+----+----+<br />
|00000001999|192.168.000.000/24|192.168.000.001| NULL | modems |NULL|NULL|<br />
<br />
select * from detail where match oid against ('00000001*' IN BOOLEAN MODE);<br />
~snip~<br />
1000 rows in set (0.04 sec)<br />
<br />
select * from detail where oid like '00000001*';<br />
Empty set (0.03 sec)<br />
<br />
HOWEVER, given the same row structure:<br />
<br />
select * from detail where match network against ('192.168.000.000/24' IN BOOLEAN MODE);<br />
Empty set (0.02 sec)<br />
<br />
select * from detail where network like '192.168.000.000/24';<br />
~snip~<br />
256 rows in set (0.02 sec)<br />
<br />
All fields are varchar in this database.<br />
<br />
Can someone please explain the glaring mutually-exclusive difference here? And why can't I use just one, as in Postgres?<br />
<br />
Thanks,<br />
<br />
Alex]]></description>
            <dc:creator>Alex Moen</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Tue, 16 Dec 2008 20:48:10 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,229874,229874#msg-229874</guid>
            <title>Converting Complete DB. (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,229874,229874#msg-229874</link>
            <description><![CDATA[ hi,<br />
I am new to MySQL.<br />
I am having a PostgreSQL Database, and i want to convert it to MySQL. <br />
I have tried the lightbox website, but there is one problem i am facing,<br />
I have coulple of Functions and triggers as well which i am not able to convert.<br />
<br />
Is there any tool or website whihc converts the complete DB Structure including functions/stored proc/triggers and everything to MySQL.<br />
<br />
Thanks a ton.]]></description>
            <dc:creator>Deepak Surana</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Sat, 11 Oct 2008 07:44:28 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?83,227031,227031#msg-227031</guid>
            <title>Navicat PostgreSQL admin tool for Windows version 8.0.28 is released. (no replies)</title>
            <link>http://forums.mysql.com/read.php?83,227031,227031#msg-227031</link>
            <description><![CDATA[ By Premiumsoft. Navicat is a powerful yet easy to use PostgreSQL GUI Manager that provides extensive functionality for managing and developing PostgreSQL. <br />
Navicat features an intuitive interface and provides a set of useful tool to import/ export, backup/ restore data, Synchronize database and connect to remote PostgreSQL server, etc.<br />
<br />
Major new features:<br />
Code Completion - speedup your sql writing. <br />
Form View - enjoy a clear display of field name and its value with focus on current record. <br />
New Profile System - Open profile on your desktop directly. <br />
Print Report to Files - export report to pdf, html and more.<br />
<br />
Other enhancements:<br />
Incremental Search and more supports in Table View. Usability enhancement in Table Design. Many other improvements on features and user-friendliness. Download full version at <a href="http://pgsql.navicat.com/download.html"  rel="nofollow">http://pgsql.navicat.com/download.html</a><br />
<br />
To find out more details about the product, please visit at: <a href="http://pgsql.navicat.com/detail.html"  rel="nofollow">http://pgsql.navicat.com/detail.html</a><br />
Navicat for MySQL can be found at: <a href="http://www.navicat.com"  rel="nofollow">http://www.navicat.com</a>]]></description>
            <dc:creator>samnav sam</dc:creator>
            <category>PostgreSQL</category>
            <pubDate>Fri, 19 Sep 2008 06:58:12 +0000</pubDate>
        </item>
    </channel>
</rss>
