[HACKERS] Re: [GENERAL] MySQL -> Postgres dump converter

2001-02-10 Thread Bruce Momjian
OK, I have added this conversion scripts to CVS along with Thomas's. If someone wants to merge them into one, feel free to submit a patch. I have provided a URL to my2pg.pl to retrieve the most recent version. The only license issue was that the bottom of the source code had a mention referring

Re: [HACKERS] Re: [GENERAL] MySQL -> Postgres dump converter

2001-02-07 Thread Bruce Momjian
> On Sun, 28 Jan 2001 07:57:43 + > "Oliver Elphick" <[EMAIL PROTECTED]> wrote: > > > Hannu Krosing wrote: > > >If it's all your code, then you are free to license it under any licence > > >you desire. > > ... > > >What you probably can't do is to revoke the GPL license. > > > > You ca

Re: [HACKERS] Re: [GENERAL] MySQL -> Postgres dump converter

2001-01-28 Thread Max Rudensky
On 27 Jan 2001 11:25:56 +0100 Adrian Phillips <[EMAIL PROTECTED]> wrote: > > "Max" == Max Rudensky <[EMAIL PROTECTED]> writes: > > Max> Guys, Thomas said he won't look into GPL'ed code for ideas. > Max> Well, I re-read GPL and found that it's up to author whether > Max> is to all

Re: [HACKERS] Re: [GENERAL] MySQL -> Postgres dump converter

2001-01-27 Thread Oliver Elphick
Hannu Krosing wrote: >If it's all your code, then you are free to license it under any licence >you desire. ... >What you probably can't do is to revoke the GPL license. You can't revoke it from existing copies "out there", but you can from any copies you release from now on, even of the s

Re: [HACKERS] Re: [GENERAL] MySQL -> Postgres dump converter

2001-01-27 Thread Hannu Krosing
Max Rudensky wrote: > > Guys, > > Thomas said he won't look into GPL'ed code for ideas. > Well, I re-read GPL and found that it's up to author whether is to allow or not > to use code for using in programs with another open-source license. So this isn't > a problem - you may use my program and i

[HACKERS] Re: [GENERAL] MySQL -> Postgres dump converter

2001-01-26 Thread Max Rudensky
Guys, Thomas said he won't look into GPL'ed code for ideas. Well, I re-read GPL and found that it's up to author whether is to allow or not to use code for using in programs with another open-source license. So this isn't a problem - you may use my program and include code to your without limit

[HACKERS] Re: [GENERAL] MySQL -> Postgres dump converter

2001-01-24 Thread Bruce Momjian
Can someone look at both versions and merge the improvements into our version? Should be pretty easy. > > Can some PostgreSQL people comment on this? This person wrote a > > MySQL->PostgreSQL converter too. His version is at: > > http://ziet.zhitomir.ua/~fonin/code > > -- THIS VERSIO

[HACKERS] Re: [GENERAL] MySQL -> Postgres dump converter

2001-01-23 Thread Max Rudensky
Bruce, On Tue, 23 Jan 2001 09:35:49 -0500 (EST) Bruce Momjian <[EMAIL PROTECTED]> wrote: > We used someone elses. Here is a copy. Please submit any patches > against this version. Sucks found: - doesn't handle mediumint, converts it to mediuminteger. The same for bigint, and probably shorting

[HACKERS] Re: [GENERAL] MySQL -> Postgres dump converter

2001-01-23 Thread Thomas Lockhart
> Can some PostgreSQL people comment on this? This person wrote a > MySQL->PostgreSQL converter too. His version is at: > http://ziet.zhitomir.ua/~fonin/code -- THIS VERSION IS EXTREMELY BUGSOME ! USE IT ON YOUR OWN RISK !!! Hmm. My version does not have this feature, but it could be a

[HACKERS] Re: [GENERAL] MySQL -> Postgres dump converter

2001-01-23 Thread Bruce Momjian
Can some PostgreSQL people comment on this? This person wrote a MySQL->PostgreSQL converter too. His version is at: http://ziet.zhitomir.ua/~fonin/code > Bruce, > > On Tue, 23 Jan 2001 09:35:49 -0500 (EST) > Bruce Momjian <[EMAIL PROTECTED]> wrote: > > > We used someone elses. Her