From: | Kevin Brown <kevin(at)sysexperts(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Are we losing momentum? |
Date: | 2003-04-15 09:10:42 |
Message-ID: | 20030415091042.GA1833@filer |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-advocacy pgsql-general pgsql-hackers pgsql-patches |
Tom Lane wrote:
> Curt Sampson <cjs(at)cynic(dot)net> writes:
> > That's a pretty reasonable thought. I work for a shop that sells
> > Postgres support, and even we install MySQL for the Q&D ticket tracking
> > system we recommend because we can't justify the cost to port it to
> > postgres. If the postgres support were there, we would surely be using it.
>
> > How to fix such a situation, I'm not sure. "MySQL Compatability Mode,"
> > anyone? :-)
>
> What issues are creating a compatibility problem for you?
Erm...reserved words? "Freeze" is a reserved word, for instance, and
that actually bit me when converting an MS-SQL database...
I have no problem with reserved words in principle, at least when they
refer to the SQL-standard commands and their options, but it's not
clear that turning options (such as FREEZE) for PG-specific commands
(such as VACUUM) into reserved words is a good idea. But it may not
be possible to avoid it, unfortunately. :-(
--
Kevin Brown kevin(at)sysexperts(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Curt Sampson | 2003-04-15 09:28:01 | Re: Are we losing momentum? |
Previous Message | Shridhar Daithankar | 2003-04-15 08:42:35 | Re: [GENERAL] Are we losing momentum? |
From | Date | Subject | |
---|---|---|---|
Next Message | Laurent Perez | 2003-04-15 09:13:50 | Re: CVS doesn't compile initdb and other binaries |
Previous Message | Shridhar Daithankar | 2003-04-15 08:42:35 | Re: [GENERAL] Are we losing momentum? |
From | Date | Subject | |
---|---|---|---|
Next Message | Hannu Krosing | 2003-04-15 09:18:04 | Re: Recovery tools |
Previous Message | Shridhar Daithankar | 2003-04-15 08:42:35 | Re: [GENERAL] Are we losing momentum? |
From | Date | Subject | |
---|---|---|---|
Next Message | Curt Sampson | 2003-04-15 09:28:01 | Re: Are we losing momentum? |
Previous Message | Shridhar Daithankar | 2003-04-15 08:42:35 | Re: [GENERAL] Are we losing momentum? |