[Pgsql-ayuda] MySQL => PGSQL

From: "Manuel Montoya" <wistar(at)biomedicas(dot)unam(dot)mx>
To: pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx
Subject: [Pgsql-ayuda] MySQL => PGSQL
Date: 2003-09-09 17:06:06
Message-ID: 20030909165712.M75110@correo.biomedicas.unam.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Hola

Estoy intentando darle soporte PGSQL a una aplicación que sólo corre con MySQL
pero son muchas tablas y como no conozco mucho de BD mejor pregunto: cómo
puedo pasar esta tabla de MYSQL a Postgresql?

CREATE TABLE friend (
user_id int(11) NOT NULL default '0',
friend varchar(255) NOT NULL default '',
url varchar(255) NOT NULL default '',
PRIMARY KEY (friend)
) TYPE=MyISAM;

De antemano gracias

MM

--
Manuel Montoya R.
http://www.amphibios.net/debian
wistar(at)biomedicas(dot)unam(dot)mx

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jiménez 2003-09-09 17:23:54 Re: [Pgsql-ayuda] Sun Solaris vs Intel
Previous Message Odiel León 2003-09-09 15:58:49 Re: [Pgsql-ayuda] Funciones y Procedimientos almacenados.