Re: Nourooz

2007-03-20 Thread David Fetter
On Tue, Mar 20, 2007 at 02:38:25PM -0400, Mohsen Pahlevanzadeh wrote:
 Happy new Nourooz!  
 
 I hope to you have a good year...

Happy new year :)

Cheers,
David.
-- 
David Fetter [EMAIL PROTECTED] http://fetter.org/
phone: +1 415 235 3778AIM: dfetter666
  Skype: davidfetter

Remember to vote!
Consider donating to PostgreSQL: http://www.postgresql.org/about/donate

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: [GENERAL] Reading from Mysql writting in PGsql

2005-02-28 Thread David Fetter
On Sun, Feb 27, 2005 at 03:27:48PM -0800, Mohsen Pahlevanzadeh wrote:

 Dears,I need to read 1 field with select command from mysql.  Then
 Write it to pgsql.  Please guide me.

If you need to do this directly, look into dbi-link.

http://pgfoundry.org/projects/dbi-link/

There are conversion tools in contrib: my2pg.pl and mysql2pgsql, and
of course you can use the database-independent access in your favorite
scripting language (DBI.pm in perl, for example) to attach to both
databases, then stream from one to the other.

HTH :)

Cheers,
D
-- 
David Fetter [EMAIL PROTECTED] http://fetter.org/
phone: +1 510 893 6100   mobile: +1 415 235 3778

Remember to vote!

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]