BUG #5218: Easy strategic feature requests

From: "Russell Wallace" <russell(dot)wallace(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5218: Easy strategic feature requests
Date: 2009-11-28 22:34:11
Message-ID: 200911282234.nASMYBkF062442@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general


The following bug has been logged online:

Bug reference: 5218
Logged by: Russell Wallace
Email address: russell(dot)wallace(at)gmail(dot)com
PostgreSQL version: 8.4.1
Operating system: Windows
Description: Easy strategic feature requests
Details:

(There wasn't a separate form for feature requests, so I'm assuming that
like most projects, this one files them together with bugs, please let me
know if that is not the case.)

Can you make Show Databases, Show Tables and Describe (table) work the way
they do in MySQL? This would make things easier for newbies and would also
make it easier to port code from MySQL; they would only need to be syntax
sugar for the corresponding information schema queries, so it would probably
only take a few lines of code, and would improve PostgreSQL's competitive
position versus MySQL out of all proportion to the apparent significance of
these features.

It would be nice if Use (database) could also be made to work, but I'm
guessing this would not be just a few lines of code. What would be easy and
still useful, however, would be if it could return a specific error message:
"you can't do this in Postgres, you always need to supply a database name on
connection"; again that would make life easier for newbies, and that matters
a lot for competitive advantage.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kenaniah Cerny 2009-11-29 02:56:44 BUG #5219: Segfault in to_tsvector
Previous Message Michael Meskes 2009-11-27 16:12:50 Re: BUG #5172: ecpg - cursor with regexp containing '.*/' fails to compile with gcc

Browse pgsql-general by date

  From Date Subject
Next Message Eduardo Piombino 2009-11-28 23:41:42 Re: Date with time zone
Previous Message John R Pierce 2009-11-28 22:18:41 Re: vacuumdb -z do a reindex?