CentOS questions (From MySQL -> PGSQL)

Lists: pgsql-general
From: Erick Papadakis <erick_papadakis(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: CentOS questions (From MySQL -> PGSQL)
Date: 2005-04-06 14:50:15
Message-ID: 20050406145016.52602.qmail@web50907.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hi,

Some newbie questions that the archive search did not help me
with.

1. Will PGSQL work on CentOS? Should I download RH Enterprise
3.0 binaries? Or RedHat 9.0 binaries?

2. Is there a startup kit with 6-7 easy install steps for a
TOTAL NEWBIE? MySQL seems to be pretty easy to install (sorry
for this comparison, but I have no choice). I tried some
recommended links at www.phpbuilder.com etc, but they mention
things that just dont work (e.g., execute linuxconf at the
'command prompt' -- well it doesn't work for me).

3. This comes a bit later in the game, but are there any scripts
or easy ways to convert a MySQL database into PGSQL database?

Thanks for any pointers!


__________________________________
Yahoo! Messenger
Show us what our next emoticon should look like. Join the fun.
http://www.advision.webevents.yahoo.com/emoticontest


From: Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
To: Erick Papadakis <erick_papadakis(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: CentOS questions (From MySQL -> PGSQL)
Date: 2005-04-06 15:24:55
Message-ID: 23d2e86618d0fdac0ca697e3c795a2cd@mail.nih.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general


On Apr 6, 2005, at 10:50 AM, Erick Papadakis wrote:

> Hi,
>
> Some newbie questions that the archive search did not help me
> with.
>
> 1. Will PGSQL work on CentOS? Should I download RH Enterprise
> 3.0 binaries? Or RedHat 9.0 binaries?
>
> 2. Is there a startup kit with 6-7 easy install steps for a
> TOTAL NEWBIE? MySQL seems to be pretty easy to install (sorry
> for this comparison, but I have no choice). I tried some
> recommended links at www.phpbuilder.com etc, but they mention
> things that just dont work (e.g., execute linuxconf at the
> 'command prompt' -- well it doesn't work for me).
>
> 3. This comes a bit later in the game, but are there any scripts
> or easy ways to convert a MySQL database into PGSQL database?
>

Sorry, not a linux person. For mysql->postgres, I use SQL::Translator,
a set of perl modules. Postgres also comes with two scripts to do it.

Sean


From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: Erick Papadakis <erick_papadakis(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: CentOS questions (From MySQL -> PGSQL)
Date: 2005-04-06 15:35:16
Message-ID: 1112801716.20921.40.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

On Wed, 2005-04-06 at 09:50, Erick Papadakis wrote:
> Hi,
>
> Some newbie questions that the archive search did not help me
> with.
>
> 1. Will PGSQL work on CentOS? Should I download RH Enterprise
> 3.0 binaries? Or RedHat 9.0 binaries?
>
> 2. Is there a startup kit with 6-7 easy install steps for a
> TOTAL NEWBIE? MySQL seems to be pretty easy to install (sorry
> for this comparison, but I have no choice). I tried some
> recommended links at www.phpbuilder.com etc, but they mention
> things that just dont work (e.g., execute linuxconf at the
> 'command prompt' -- well it doesn't work for me).
>
> 3. This comes a bit later in the game, but are there any scripts
> or easy ways to convert a MySQL database into PGSQL database?

Since Centos is, I believe, just a free versions of RHEL, I can't see
why simply grabbing the PostgreSQL RPMS that come with the distro and
installing them shouldn't work.

Have you tried using the those yet? If so, and you had problems, what
were they?