Re: Include tablespace information in psql \d footers
От
Gavin Sherry
Тема
Re: Include tablespace information in psql \d footers
Дата
Msg-id
Pine.LNX.4.58.0406290328510.24362@linuxworld.com.au
Ответ на
Список
Дерево обсуждения
Include tablespace information in psql \d footers Gavin Sherry <swm@linuxworld.com.au>
Re: Include tablespace information in psql \d footers Tom Lane <tgl@sss.pgh.pa.us>
Re: Include tablespace information in psql \d footers Gavin Sherry <swm@linuxworld.com.au>
Re: Include tablespace information in psql \d footers Bruce Momjian <pgman@candle.pha.pa.us>
Re: Include tablespace information in psql \d footers Bruce Momjian <pgman@candle.pha.pa.us>
Re: Include tablespace information in psql \d footers Gavin Sherry <swm@linuxworld.com.au>
On Fri, 25 Jun 2004, Tom Lane wrote: > Gavin Sherry writes: > > Attached. > > Couple of problems with this: > > 1. Don't #ifndef WIN32 it. In the first place, we might have tablespace > support on Windows later, and in the second place, even if psql is > running on Windows that doesn't mean the server it's talking to is. Oops. > > 2. Printing "pg_default" when reltblspace is zero is wrong. Get the > database's default tablespace and print that. Or perhaps better, > don't print anything at all; that would avoid cluttering the display > for people who don't use tablespaces. Ahhh yes of course. Attached is a patch with docs which excludes reporting of the default tablespace. Gavin
В списке pgsql-patches по дате отправления