Re: Include tablespace information in psql \d footers

From: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Include tablespace information in psql \d footers
Date: 2004-07-13 03:06:16
Message-ID: Pine.LNX.4.58.0407131305450.6774@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Mon, 12 Jul 2004, Bruce Momjian wrote:

> Bruce Momjian wrote:
> >
> > Patch applied. Thanks.
> >
> > I removed the display of tablespaces for sequences and toast tables:
> >
> > test=> \d test
> > Table "public.test"
> > Column | Type | Modifiers
> > --------+---------+-----------
> > x | integer |
> >
> > test=> \d test2
> > Table "public.test2"
> > Column | Type | Modifiers
> > --------+---------+-----------
> > x | integer |
> > Tablespace:
> > "tmp"
> >
> > Why is the tablespace name printed on a separate line?
>
> OK, I moved the tablespace name up on to the same line just like Has
> oids:

Works for me.

Thanks,

Gavin

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-07-13 03:12:29 Re: Remove confusing commented-defaullts from postgresql.conf
Previous Message Bruce Momjian 2004-07-13 02:59:25 Re: pg_dump owner and acl fix #2