Re: Dumb postgresql questions

2001-11-07 Thread J.H.M. Dassen \(Ray\)
On Mon, Nov 05, 2001 at 21:43:13 -0600, Corey Halpin wrote: > 1. Is there some simple way to convert a mysql database into a postgresql > database? There are various ways. For a simple database, dump it, try to import it, fix problems by hand, try again etc. There are also conversion utilities for

Re: Dumb postgresql questions

2001-11-06 Thread Jorge Santos
Corey Halpin <[EMAIL PROTECTED]> writes: > Content-Type: text/plain; charset=us-ascii > > 1. Is there some simple way to convert a mysql database into a postgresql > database? You can always dump the mysql database into a file (although I don't know how you would do that) and then load it int

Re: Dumb postgresql questions

2001-11-06 Thread Andrew Perrin
On Mon, 5 Nov 2001, Corey Halpin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Content-Type: text/plain; charset=us-ascii > > 1. Is there some simple way to convert a mysql database into a postgresql > database? I don't know the answer to this one. > 2. what postgresql comm

Dumb postgresql questions

2001-11-05 Thread Corey Halpin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Content-Type: text/plain; charset=us-ascii 1. Is there some simple way to convert a mysql database into a postgresql database? 2. what postgresql commands are equivalent to "show databases;" and "show tables;" in mysql? thanks, crh - -- Corey