From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
Cc: | Magnus Hagander <magnus(at)hagander(dot)net>, Thom Brown <thombrown(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: SHOW TABLES |
Date: | 2010-07-15 18:44:38 |
Message-ID: | D19B0725-A1D1-4FE3-AA4A-BB06CBB4F0EA@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Jul 15, 2010, at 11:59 AM, Simon Riggs <simon(at)2ndQuadrant(dot)com> wrote:
> On Thu, 2010-07-15 at 18:43 +0200, Magnus Hagander wrote:
>> On Thu, Jul 15, 2010 at 18:35, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
>>> On Thu, 2010-07-15 at 17:38 +0200, Magnus Hagander wrote:
>>>
>>>> Is there an actual common use-case for having these commands available
>>>> for *non-psql* interfaces?
>>>
>>> There are many interfaces out there and people writing new ones
>>> everyday. We just wrote an interface for Android, for example.
>>>
>>> It is arguably *more* important to do this from non-psql interfaces.
>>>
>>> There should be one command to "display a list of tables" and it needs
>>> to be easily guessable for those who have forgotten.
>>
>> The downside is that you are then limited to what can be returned as a
>> resultset. A "\d table" in psql returns a hell of a lot more than
>> that. So do we keep two separate formats for this? Or do we remove the
>> current, useful, output format in favor of a much worse formt just to
>> support more clients?
>
> I imagined that we would do something similar to EXPLAIN, a set of text
> rows returned.
That seems rather wretched for machine-parsability, which I think is an important property for anything we do in this area. We need to think harder about how we could structure this to allow returning more than just a tabular result set while still allowing clients easy programmatic access to the underlying data.
> It should be possible to migrate \d options to using new outputs, when
> everything works in a useful manner. Probably not in this release.
>
> If I get some working solutions ready for Sept 15 we then have 4 months
> for other people to patch away at this.
Sounds good, but we need agreement on a more detailed design first.
...Robert
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Sabino Mullane | 2010-07-15 18:48:59 | Re: SHOW TABLES |
Previous Message | Alvaro Herrera | 2010-07-15 18:31:10 | Re: SHOW TABLES |