Re: PGSQL Newbie

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: "Wolfe, Robert" <robert(at)net261(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: PGSQL Newbie
Date: 2006-11-22 15:17:01
Message-ID: 20061122151701.75469.qmail@web31808.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Good morning all! I'm a newbie to PGSQL here so thought I would ask my
> first question since I joined this list this morning...
>
> Is it possible to run Postgresql and MySQL together on the same machine?

Yes, it is even possible to mulitple clusters of postgresql running at the same time. Just
remember that you have to configure each to only use its share of your hardware resources so that
they play nice together (i.e. you don't start swapping to disk).

Regards,

Richard Broersma Jr.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2006-11-22 15:35:55 Re: Multiple currencies in a application
Previous Message Tom Lane 2006-11-22 15:15:58 Re: ERROR: 42601: a column definition list is only allowed for functions returning "record"