Re: Indication of db-shared tables

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Jeff MacDonald <jam(at)zoidtechnologies(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Indication of db-shared tables
Date: 2011-06-22 18:31:51
Message-ID: 201106221831.p5MIVpB00382@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera wrote:
> Excerpts from Jeff MacDonald's message of mi jun 22 09:27:36 -0400 2011:
> > Greetings,
> >
> > On Wednesday, June 22, 2011 09:10:02 AM Bruce Momjian wrote:
> > > I assumed it was important to indicate if someone was looking at
> > > per-database or per-cluster data, like pg_tablespace. The issue comes
> > > up when I do admin training about the system tables.
> >
> > +1
> >
> > I favor features that make training easier for the teacher.
>
> So what UI would you guys propose? I don't think widening the output of
> frequently used commands like \d or \d+ is okay for a feature with this
> small a use case.

I am going to try to add descriptions for system tables for \d+ so maybe
I can put it there.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-06-22 19:03:56 Re: Coding style point: "const" in function parameter declarations
Previous Message Heikki Linnakangas 2011-06-22 18:19:44 Re: Repeated PredicateLockRelation calls during seqscan