Re: Include tablespace information in psql \d footers - Mailing list pgsql-patches

From Gavin Sherry
Subject Re: Include tablespace information in psql \d footers
Date
Msg-id Pine.LNX.4.58.0407131305450.6774@linuxworld.com.au
Whole thread Raw
In response to Re: Include tablespace information in psql \d footers  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_dump owner and acl fix #2
Next
From: Tom Lane
Date:
Subject: Re: Remove confusing commented-defaullts from postgresql.conf