Re: [GENERAL] Is my MySQL Gaining ?

From: "D(dot) Dante Lorenso" <dante(at)lorenso(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [GENERAL] Is my MySQL Gaining ?
Date: 2003-12-28 05:45:31
Message-ID: 3FEE6DFB.9040408@lorenso.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-general pgsql-hackers

> When I started with PostgreSQL and MySQL, MySQL was far easier
> to use

I started with MySQL and it WAS easier to use. It was easier because
the manual essentially reads:

-- we didn't implement anything complicated that's why
-- we are fast.

The only SQL customizations that MySQL has that I really miss in PostgreSQL
are the commands:

SHOW DATABASES;
SHOW TABLES;
DESC table;

That was ubber simple to do in MySQL. To this day, I have trouble with
that in PostgreSQL. I'm constantly doing:

psql> \?
psql> help;
ERROR: syntax error at or near "help" at character 1
psql> \h
...
* damnit, that's not it...*
psql> \?
psql> \d
* ok, now which flag do I use for tables vs functions..etc?*

I finally figure it out, I just end up forgetting again later. I still
have no clue how I'd find the same data without using psql. In MySQL
I can run those queries from PHP, PERL...etc. I know you can find that
data in system tables in PostgreSQL, but I don't wanna muck around with
all that. I just wanna do something as simple as MySQL.

Course, with that said... I've been building ALL my database apps with
PostgreSQL because it just simply works even if it doesn't always work
simple-ly.

As a plug, though ... I'm hooked on EMS PostgreSQL Manager 2.0. I'd have
to say that I'd not be as much of a PostgreSQL supporter if it weren't for
this client tool. I think EMS did the 'making it friendly to the developer'
that was sorely lacking in stock PostgreSQL client tools. Kudos.

Dante

----------
D. Dante Lorenso
dante(at)lorenso(dot)com

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Chris Travers 2003-12-28 06:24:16 PGSQL 7.4 tips, was Re: [GENERAL] Is my MySQL Gaining ?
Previous Message Keith C. Perry 2003-12-28 05:27:44 Re: Is my MySQL Gaining ?

Browse pgsql-general by date

  From Date Subject
Next Message Chris Travers 2003-12-28 06:24:16 PGSQL 7.4 tips, was Re: [GENERAL] Is my MySQL Gaining ?
Previous Message Keith C. Perry 2003-12-28 05:27:44 Re: Is my MySQL Gaining ?

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris Travers 2003-12-28 06:24:16 PGSQL 7.4 tips, was Re: [GENERAL] Is my MySQL Gaining ?
Previous Message Keith C. Perry 2003-12-28 05:27:44 Re: Is my MySQL Gaining ?