Re: Include tablespace information in psql \d footers

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: Include tablespace information in psql \d footers
Дата
Msg-id Pine.LNX.4.58.0407131305450.6774@linuxworld.com.au
обсуждение исходный текст
Ответ на Re: Include tablespace information in psql \d footers  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_dump owner and acl fix #2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Remove confusing commented-defaullts from postgresql.conf