Re: MySQL-ism help patch for psql - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: MySQL-ism help patch for psql
Date
Msg-id 201001201519.o0KFJcf26122@momjian.us
Whole thread Raw
In response to Re: MySQL-ism help patch for psql  (Dimitri Fontaine <dfontaine@hi-media.com>)
List pgsql-hackers
Dimitri Fontaine wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
> > If what the user wanted was to be using MySQL, he is out of luck
> > anyway.
> 
> That's not what we're talking about. We're talking about having a nice
> client tool for those people having to do both MySQL and PostgreSQL
> support, or new to PostgreSQL and comming from MySQL.
> 
> I'll give my vote to Peter's idea that show tables; should better act as
> if you typed \d.
> 
> I don't see what the gain is to refuse being nice to MySQL newcomers
> when someone actually does the work. If the USE keyword is one we want
> to keep free for our own usage, let just skip that compat option.

I think the problem is that many other MySQL commands will not work or
be supported, and if you give the person the desired output _and_ a
suggestion to use \d, the suggests is easily overlooked.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: MySQL-ism help patch for psql
Next
From: "Kevin Grittner"
Date:
Subject: Re: MySQL-ism help patch for psql